@extends('cms::layouts.master', ['dataTable' => true])
@section('headerScripts')
@endsection
@section('content')
SN. |
Author |
Email |
Subject |
Action |
@foreach ($contactQueries as $query)
{{ $loop->iteration }} |
{{ $query->name }} |
{{ $query->email }} |
{{ $query->subject }} |
|
@endforeach
@endsection
@section('footerScripts')
@endsection