@extends('layouts.master2') @section('headerMobile')
Tambah Rekening Baru
Simpan
@endsection @section('content')
@include('layouts.sidebar')
Tambah Rekening Baru
@csrf @if($errors->has('failed_submit'))
{{ $errors->first('failed_submit') }}
@endif
@if($errors->has('bank_list_id')) {{ $errors->first('bank_list_id') }} @endif
@if($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if($errors->has('branch')) {{ $errors->first('branch') }} @endif
@if($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@endsection @section('mobileMenu') @endsection