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

Email Froms

@if (canAccess(['mail email froms create new'])) Create New @endif
@if (!empty($results)) @foreach ($results as $key => $row) @endforeach @endif
SL Name Email Status Action
{{ ++$key }} {{ strFilter($row->name) }} {{ $row->email }} {{ $row->status == 1 ? 'Active' : 'Inactive' }}
@if (canAccess(['mail email froms edit'])) @endif @if (canAccess(['mail email froms delete'])) @endif
@endsection @push('headerPartial') @endpush @push('footerPartial') @endpush