@extends('adminlte::page') @section('title', 'Edit bank') @section('content')

Edit bank

@method('PATCH') @csrf
@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@stop