@extends('admin.layout') @section('content')
@if(session('error_message')) @endif
{{ csrf_field() }}
Nhập thông tin tài khoản mới
{{$bank_account->bank_account_number}}
@if($errors->has('owner_name')) {{$errors->get('owner_name')[0]}} @endif
@if($errors->has('bank')) {{$errors->get('bank')[0]}} @endif
@if($errors->has('city')) {{$errors->get('city')[0]}} @endif
@if($errors->has('bank_branch')) {{$errors->get('bank_branch')[0]}} @endif
@if($errors->has('status')) {{$errors->get('status')[0]}} @endif
@endsection @section('custom_script') @endsection