@extends('layouts.app') @section('styles') @endsection @section('content')

Contact Form Details

@forelse($show['contact'] as $item) @empty @endforelse
SL Name Email subject Comment Date Action
{{$loop->iteration}} {{$item->first_name}} {{$item->last_name}} {{ $item->email }} {{ $item->subject }} {{ $item->comment }} {{ date_format($item->created_at,"d-m-Y") }}
No data found
@endsection @section('scripts') @endsection