@extends('admin.partials.layout') @section('css') @endsection @section('content')

Create Bank Account

Create Bank Account Form

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('account_number'))

{{ $errors->first('account_number') }}

@endif
@if ($errors->has('account_number'))

{{ $errors->first('account_number') }}

@endif
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
@if ($errors->has('created_at'))

{{ $errors->first('created_at') }}

@endif
@endsection @section('js') @endsection