{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Contactos') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content')
person_add
ID {{ __('locale.Name') }} {{ __('locale.Phone') }} {{ __('locale.Email') }} {{ __('locale.Confirmed') }} {{ __('locale.Actions') }}

{{ __('locale.Create New Contact') }}

close
@method('POST') @csrf
perm_identity
perm_identity
business
business_center
email
call
note
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection