@extends('admin.layouts.app') @section('title',get_setting('site_name').' Bank Account Edit') @section('content')
{{__('Bank Information')}}
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('bank_name')) {{ $errors->first('title') }} @endif
@if ($errors->has('account_no')) {{ $errors->first('account_no') }} @endif
@if ($errors->has('account_type')) {{ $errors->first('account_type') }} @endif
@endsection