@extends('layouts.simple.master') @section('title', 'Contact Enquiry') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Contact Enquiry

@endsection @section('breadcrumb-items') @endsection @section('content')
@foreach ($receivedRequests as $key => $value) @endforeach
# Name Email Mobile Country Subject Message Enquiry At
{{$key + 1}} {{$value->name}} {{$value->last_name}} {{$value->email}} {{$value->mobile_no}} {{$value->country}} {{$value->subject}} {{$value->message}} {{date('d-M-Y H:m:s', strtotime($value->created_at))}}
@endsection @section('script') @endsection