@extends('admin.layouts.master') @section('title')Contact US @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Contact US @endslot @slot('title')Contact US @endslot @endcomponent
@foreach($contactUsList as $key => $contactUs) @endforeach
Sr. No. Name Email Mobile Availability Date/Time Mobile Comment
{{ $key+1 }} {{ $contactUs->name }} {{ $contactUs->email }} {{ $contactUs->mobile }} {{ $contactUs->date }} {{$contactUs->time}} {{ $contactUs->comment }}
@endsection @section('script') @endsection