@extends('layout.backend.main'); @section('page_content')
@forelse ($accounts as $account) @empty @endforelse
Id Employee Name Bank Name Account_number Branch_name Branch_location Bank_identifier_code Action
{{ $account->id }} {{ $account->employee_id }} {{ $account->bank_name }} {{ $account->account_number }} {{ $account->bank_identifier_code }} {{ $account->branch_name }} {{ $account->branch_location }}
id}")}}"> id/edit")}}"> id")}}"> Yes, Delete> {{--
@csrf @method('delete')
--}}
{!! $positions->links('pagination::bootstrap-5') !!}
@endsection