@extends('master.app') @section('title', 'Add Bank Account') @section('body')
Add Bank Account
Back
@include('general.valert') @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@endsection