@extends('layouts.app') @section('content')
{{ $errors->first('from_id') }}
@endif{{ $errors->first('to_id') }}
@endif{{ $errors->first('date') }}
@endif{{ $errors->first('amount') }}
@endif{{ $errors->first('ref_no') }}
@endif{{ $errors->first('payment_method_id') }}
@endif{{ $errors->first('description') }}
@endif