@include('admin.layout.message')
| Sl.No. |
Email |
Second Email |
Phone Code |
Phone |
Address |
Status |
Action |
@if(!empty($allContact))
@foreach($allContact as $data)
| {{$i}} |
{{$data['email']}}
|
{{$data['second_email']}}
|
@if(!empty($data['phone_code']))
({{$data['phone_code']}}){{substr($data['phone'],0,4)}} {{substr($data['phone'],5,strlen($data['phone']))}}
@endif
|
{{$data['contact_no']}}
{{$data['whatsapp_no']}}
|
{{substr($data['address'],0,25)}}
@if(strlen($data['address']) > 25)...@endif
|
@if($data->status == 'Active')
@else
@endif
|
|
@endforeach
@endif
| Sl.No. |
Email |
Second Email |
Phone |
Address |
Website |
Status |
Action |
@endsection
@push('scripts')