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

Trash Email

@php $i=0; @endphp @foreach ($data as $list) @endforeach
SR No Email First Name Last Name County code Mobile No. Date Action
{{++$i}} {{ $list->email}} @if(!empty($list->first_name)) {{$list->first_name}} @else - @endif @if(!empty($list->last_name)) {{$list->last_name}} @else - @endif {{$list->country_code}} @if(!empty($list->phone_no)) {{$list->phone_no}} @else - @endif {{ date('d-m-Y',strtotime($list->created_at)) }}
@endsection @push('js') @endpush