@extends('admin.layouts.master') @section('head') {{-- --}} @endsection @section('breadcrumb')

Customer Emails

@stop @section('content')
@foreach ($customer_support_emails as $support_email) @endforeach
Subject Name Email Body Date
{{ $support_email->subject }} {{ $support_email->name }} {{ $support_email->email }} {{ $support_email->body }} {{ $support_email->created_at }}
@endsection @section('last_scripts') @stop