@extends('layouts.adminpanel') @if(!is_null($record)) @section('title', $record->name) @else @section('title', 'Invalid Template') @endif @section('content')
{{ $emails->links() }}
@if($search) Search results for: {{ $search }}. @endif
Showing {{ number_format($emails->firstItem()) }} - {{ number_format($emails->lastItem()) }} out of {{ $emails->total() }}
@if(count($emails) > 0) @foreach($emails as $email) @endforeach @else @endif
Email Status Actions
{{ $email->email }} {{ $statuses[$email->status] }} {{-- --}}
No record found.
@include("admin.campaigns._form")
@stop @section('footer_space') @stop