@extends('branch_staff.layouts.app') @section('panel')
@if (isManager()) @endif @forelse($accounts as $account) @if (isManager()) @endif @empty @endforelse
@lang('S.N.') @lang('Account No.') @lang('Username') @lang('Account Name')@lang('Branch') @lang('Registered By')@lang('Registered At') @lang('Action')
{{ __($loop->index + $accounts->firstItem()) }} {{ $account->account_number }} {{ $account->username }} {{ $account->fullname }} @if ($account->branch_id) {{ __(@$account->branch->name) }} @else @lang('Online') @endif @if($account->branchStaff) {{ $account->branchStaff->name }} @else @lang('Online') @endif {{ showDateTime($account->created_at) }} @if ($staff->designation == Status::ROLE_ACCOUNT_OFFICER) @lang('Edit') @endif @lang('Details')
{{ __($emptyMessage) }}
@if ($accounts->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @if ($staff->designation == Status::ROLE_MANAGER)
@endif @endpush