@extends('layouts.admin') @section('content')
Create Bank Account
@csrf
@if ($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@endsection