@extends('layouts.app') @section('title', 'Banks') @section('content')
@if ($message = Session::get('success'))

{{ $message }}

@endif
Mass Upload

Download a sample csv, fill in the details of the bank, branches, and branch code, then upload.

Download CSV
@csrf

@csrf
@error('bank_name') {{ $message }} @enderror

@foreach($banks as $bank) @endforeach
Bank ID Bank Name Action
{{ $bank->id }} {{ $bank->bank_name }}
@endsection @pushOnce('scripts') @endpushOnce