@extends('layouts.master2') @section('headerMobile')
Ubah Rekening
Simpan
@endsection @section('content')
@include('layouts.sidebar')
Ubah Rekening
@csrf @if($errors->has('failed_update'))
{{ $errors->first('failed_update') }}
@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