@extends('layouts.sidebar')
@section('title', 'Employee banks')
@section('content')
@if (in_array('Manage Banks', $privileges))
@include('Admin.Employee.bank.modal')
Bank Accounts Management
@if (session('success'))
{{ session('success') }}
@endif
ID |
Agency |
Company |
Client |
Name |
Date of Birth |
Status |
Email |
Actions |
Success
Employee information updated successfully!
@else
You don't have privilege to access this page
@endif
@endsection