@extends('admin.layout') @section('content')
@if(session('error_message')) @endif
{{ csrf_field() }}
Nhập thông tin tài khoản
@if($errors->has('bank_account_number')) {{$errors->get('bank_account_number')[0]}} @endif
@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
@endsection @section('custom_script') @endsection