@extends('Layouts.sellerLayout') @section('title') {{__('Bank Account')}} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content')

{{__('Bank Account')}}

@CSRF
@if ($errors->has('shaba_number'))
{{ $errors->first('shaba_number') }}
@endif
@if ($errors->has('name_of_account'))
{{ $errors->first('name_of_account') }}
@endif
@if ($errors->has('bank_name'))
{{ $errors->first('bank_name') }}
@endif
@if ($errors->has('card_number'))
{{ $errors->first('card_number') }}
@endif
@endsection @section('script') @endsection