@section('page_content')
@csrf

Search Filter

{{ $page_title }}

@if($accounts->count() > 0) @foreach($accounts as $account) @endforeach @else @endif
Account Name Email Account Type Status Created Date Action
{{ $account->name }} {{ $account->email }} {{ $account->account_type }} {{ $account->status == 1 ? 'Active':'Inactive' }} {{ $account->created_at->format('Y-m-d') }}
Currently no accounts exists in the database.
@stop