@extends('admin.layouts.master') @section('headerFiles') @endsection @section('content')
@foreach ($queries as $key => $row) @endforeach
# Name Email Mobile Subject Message Created At
{{ $key +1 }} {{ $row->full_name }} {{ $row->email }} {{ $row->mobile }} {{ $row->subject }} {{ $row->message }} {{ date('d-m-Y ',strtotime($row->created_at)) }}
@endsection @section('footerJs') @endsection