@extends('layouts.partials.master') @section('title', 'Logistas') @push('styles') @endpush @section('content')
@include('layouts.components.section-title', ['title' => 'Criar Nova Loja']) Voltar
@include('layouts.components.alerts')
@csrf @method('POST')
@if ($errors->has('commercial_name'))
{{ $errors->first('commercial_name') }}
@endif
@if ($errors->has('legal_representative_id'))
{{ $errors->first('legal_representative_id') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('fiscal_number'))
{{ $errors->first('fiscal_number') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('postal_code'))
{{ $errors->first('postal_code') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
@if (\App\Helpers\ModuleHelper::isModuleActive('module_zone'))
@if ($errors->has('zone_uuid'))
{{ $errors->first('zone_uuid') }}
@endif
@endif
@if ($errors->has('caes'))
{{ $errors->first('caes') }}
@endif
@if ($errors->has('mobile_phone_number'))
{{ $errors->first('mobile_phone_number') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('url'))
{{ $errors->first('url') }}
@endif
@if ($errors->has('split_account_id'))
{{ $errors->first('split_account_id') }}
@endif
@include('layouts.components.section-marker', ['section_name' => 'Conteúdo'])
@if ($errors->has('notes'))
{{ $errors->first('notes') }}
@endif
@if ($errors->has('trade_characteristics'))
{{ $errors->first('trade_characteristics') }}
@endif
@if ($errors->has('product_characteristics'))
{{ $errors->first('product_characteristics') }}
@endif
@if ($errors->has('about_text'))
{{ $errors->first('about_text') }}
@endif
@include('layouts.components.social-media') @include('layouts.components.section-marker', ['section_name' => 'Imagens'])
Formatos: jpeg,png,jpg,gif;
{{ $errors->first('logo_img') }}
Formatos: jpeg,png,jpg,gif;
{{ $errors->first('banner_image') }}
@include('layouts.components.translation-create')
@endsection @push('scripts') @endpush