@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('scripts') @endsection @section('content')
{{ __($translatePrefix. '.subheading') }}
|
#
|
{{ __('client.emails.subject') }}
|
{{ __('global.customer') }}
|
{{ __('global.created') }}
|
{{ __('global.actions') }} | ||
|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
||||||
| {{ $item->id }} | {{ $item->subject }} | @if ($item->customer != null) {{ $item->customer->excerptFullName() }} @else {{ $item->recipient }} @endif | {{ $item->created_at->format('d/m/y H:i') }} | {{ __('global.show') }} | ||