@extends('admin.template.master') @section('title', $title) @section('content')

Contact Messages

@include('admin.partials.flash_message') @foreach($content as $k=>$u) @endforeach
S.no Name Email Contact Action
{{ ++$k }} {{ $u->name }} {{ $u->email }} {{ $u->contact }} @php $userId= Auth::user()->user_type; @endphp
{{ csrf_field() }}
S.no Name Email Contact Action
@endsection