@extends('admin.layouts.master') @section('title') {{ $data['title'] ?? '' }} @endsection @section('content')

{{ $data['title'] ?? 'Page Header' }}

{{ __('email_list') }}

@forelse ($emails as $email) @empty @endforelse
# {{ __('email') }} {{ __('subscriptions_date') }} {{ __('actions') }}
{{ $loop->iteration }} {{ $email->email }}<< /td> {{ date('d M, Y', strtotime($email->created_at)) }}
@method('DELETE') @csrf
@endsection