@extends('backend.layouts.master') @section('content')
@include('backend.common-views.messages')

Trash Contact Us

@php $i=0; @endphp @foreach ($contactus_list as $contact) @endforeach
SR No Date First Name Last Name Email Message Phone no. Action
{{++$i}} {{date("d-m-Y", strtotime($contact->created_at)) }} {{ $contact->first_name}} {{ $contact->last_name}} {{ $contact->email}} {{ Str::limit($contact->message,20,' ...') }} {{ $contact->phone_no }}
@endsection @push('js') @endpush