@extends('layouts.app') @section('style') @endsection @section('content')
@csrf {{-- Banking Information --}}

Banking Informaion

@if ($errors->has('bank_name'))
{{ $errors->first('bank_name') }}
@endif
@if ($errors->has('account_name'))
{{ $errors->first('account_name') }}
@endif
@if ($errors->has('account_number'))
{{ $errors->first('account_number') }}
@endif
{{--

--}}
@section('script') @endsection @endsection