@csrf @if ($edit) @endif

Parceiros

Cadastro dos Parceiros da Advocacia

@php($nameError = ($errors->has('name')))
@if ($nameError) @endif
@php($emailError = ($errors->has('email')))
@if ($emailError) @endif
@php($discountError = ($errors->has('discount')))
@if ($discountError) @endif
@php($descriptionError = ($errors->has('description')))
@if ($descriptionError) @endif
@php($facebookError = ($errors->has('facebook')))
@if ($facebookError) @endif
@php($instagramError = ($errors->has('instagram')))
@if ($instagramError) @endif
@php($cellphoneError = ($errors->has('cellphone')))
@if ($cellphoneError) @endif
@php($phoneError = ($errors->has('phone')))
@if ($phoneError) @endif
@php($addressError = ($errors->has('address')))
@if ($addressError) @endif
@php($state_idError = ($errors->has('state_id'))) @if ($state_idError) @endif
@php($city_idError = ($errors->has('city_id'))) @if ($city_idError) @endif
@php($categoriasErro = ($errors->has('categorias')))
@if ($categoriasErro) @endif
@if ($edit)
@endif
@include('components.submit-button', ['route' => route('admin.permissoes.index')])
@section('styles') @endsection @section('scripts') @endsection @include('components.mobile.mobile-actions-internas')