@extends('admin.layout.base') @section('title') {{'Messages'}} @endsection @push('inlineStyle') @endpush @section('content')
Subject | Date | Actions | |
---|---|---|---|
{{ucfirst($cont->subject) ?? substr(ucfirst($cont->message),0,30) }} | {{$cont->email ?? ucfirst($cont->name)}} | {{$cont->created_at}} |
@can('contact-list')
View
@endcan
@can('contact-delete')
{!! Form::open(['method' => 'DELETE', 'route' => ['contact.destroy', $cont->id], 'onsubmit' => 'return confirmDelete()']) !!}
@csrf
{!! Form::close() !!}
@endcan
|
No record uploaded | @endif