@extends('layouts.app') @section('content')

My Campaigns

@if (canAccess(['mail my campaigns create'])) Create Campaign @endif
@if (!empty($results)) @foreach ($results as $key => $row) @php $total = 100 / $row->total_email * $row->total_send; @endphp @endforeach @endif
SL Date Category From Subject Template Total Email Action
{{ ++$key }} {{ dateFormat($row->created, 'M d, Y') }} {{ strFilter($row->name) }} {{ strFilter($row->email_name) }} {{ strFilter($row->subject) }} {{ strFilter($row->template_name) }}
{{$row->total_send}}/{{$row->total_email}}
{{--@if (canAccess(['mail my campaigns edit'])) @endif--}} @if (canAccess(['mail my campaigns delete'])) @endif
@endsection @push('headerPartial') @endpush @push('footerPartial') @endpush