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