{{ __('Manage Contact') }}

@include('partials.alerts.main') @php $number = 1; @endphp @foreach ($contacts as $contact) @endforeach
No Action Name Address Phone Email
{{ $number++ }}
 
{{ $contact['name'] ?? '' }} {{ $contact['address'] ?? '' }} {{ $contact['phone'] ?? '' }} {{ $contact['email'] ?? '' }}
{{-- Inject scripts --}} @section('scripts') @endsection @section('title', 'Manage Contact')