@extends('admin.layouts.master')
@section('head')
{{-- --}}
@endsection
@section('breadcrumb')
Customer Emails
| Subject | Name | Body | Date | |
|---|---|---|---|---|
| {{ $support_email->subject }} | {{ $support_email->name }} | {{ $support_email->email }} | {{ $support_email->body }} | {{ $support_email->created_at }} |