@include('admin.layout.message')
| Sl.No. |
Email |
Phone |
Phone |
Address |
Action |
@if(!empty($info))
@foreach($info as $data)
| {{$i}} |
{{$data['email']}}
|
{{$data['phone']}}
|
{{$data['phone1']}}
|
{{$data['address']}}
|
|
@endforeach
@endif
| Sl.No. |
Email |
Phone |
Phone |
Address |
Action |
@endsection
@push('scripts')
@endpush