@extends('layouts.main') @section('content')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if ($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@if ($errors->has('ifsc_code')) {{ $errors->first('ifsc_code') }} @endif
@if ($errors->has('upi_id')) {{ $errors->first('upi_id') }} @endif
@csrf
@endsection