@extends('panel.components.sidbar')
@section('content')
@foreach($mails as $key => $mail)
{{-- {{$key}} --}}
@foreach($mail as $m)
-
{{$m->created_at->toTimeString()}}
{{$m->name}}
{{$m->email}}
{{$m->email}}
{{$m->title}}
@endforeach
@endforeach
@endsection
@section('custom-script')
@endsection