@extends('layouts.app') @section('content')
{{ csrf_field() }} {{ isset($partner) ? method_field('PUT') : '' }}
@include('components.alert_success') @include('components.alert_error')
Marque blanche
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('postcode'))
{{ $errors->first('postcode') }}
@endif
Configuration
is_demo ?? '') ? 'checked' : '' }}>
is_disabled ?? '') ? 'checked' : '' }}>
@if ($errors->has('slug'))
{{ $errors->first('slug') }}
@endif
@if ($errors->has('front_domain'))
{{ $errors->first('front_domain') }}
@endif
@if ($errors->has('mailgun_domain'))
{{ $errors->first('mailgun_domain') }}
@endif
has_repoussoir ?? '') ? 'checked' : '' }}>
has_repoussoir_temp ?? '') ? 'checked' : '' }}>
has_campaign_repoussoir ?? '') ? 'checked' : '' }}>
has_template_sms ?? '') ? 'checked' : '' }}>
has_short_url ?? '') ? 'checked' : '' }}>
has_shops ?? '') ? 'checked' : '' }}>
has_estimate ?? '') ? 'checked' : '' }}>
has_simple_message_only ?? '') ? 'checked' : '' }}>
has_template_only ?? '') ? 'checked' : '' }}>
has_ci_exclusion ?? '') ? 'checked' : '' }}>
has_paiement ?? '') ? 'checked' : '' }}>
has_euro_credit ?? '') ? 'checked' : '' }}>
show_paiement_to_user_only ?? '') ? 'checked' : '' }}>
show_manager_on_registration ?? '') ? 'checked' : '' }}>
show_prosp_analytics ?? '') ? 'checked' : '' }}>
show_fid_analytics ?? '') ? 'checked' : '' }}>
has_real_count ?? '') ? 'checked' : '' }}>
@if(Auth::user()->hasRole('admin'))
is_extranet ?? '') ? 'checked' : '' }}>
@endif
has_campagne ?? '') ? 'checked' : '' }}>
has_wave ?? '') ? 'checked' : '' }}>
has_user_validation ?? '') ? 'checked' : '' }}>
orange_is_allowed ?? '') ? 'checked' : '' }}>
Design
@if ($errors->has('main_color'))
{{ $errors->first('main_color') }}
@endif
@if ($errors->has('second_color'))
{{ $errors->first('second_color') }}
@endif
@if ($errors->has('youtube_video_id'))
{{ $errors->first('youtube_video_id') }}
@endif
Routeurs
@foreach($routers as $router)
id , old('routers')) ) || ( !old('routers') &&isset($partner) && $partner->routers->contains($router))) checked @endif>
@endforeach
Ciblages
has_campaign_prosp ?? '') ? 'checked' : '' }}>
has_campaign_fid ?? '') ? 'checked' : '' }}>
has_campaign_count ?? '') ? 'checked' : '' }}>

has_count_phone ?? '') ? 'checked' : '' }}>
has_count_email ?? '') ? 'checked' : '' }}>
has_count_address ?? '') ? 'checked' : '' }}>
has_count_telemarket ?? '') ? 'checked' : '' }}>

has_location_geoloc ?? '') ? 'checked' : '' }}>
has_location_postcode ?? '') ? 'checked' : '' }}>
has_location_insee ?? '') ? 'checked' : '' }}>
has_location_iris ?? '') ? 'checked' : '' }}>
has_location_coord ?? '') ? 'checked' : '' }}>
has_location_region ?? '') ? 'checked' : '' }}>
has_location_city ?? '') ? 'checked' : '' }}>
@endsection @push('scripts') @vite('resources/js/views/partner_create_edit.js') @endpush