@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif
@if ($errors->has('transectionid'))
{{ $errors->first('transectionid') }}
@endif
@if ($errors->has('transectionimage'))
{{ $errors->first('transectionimage') }}
@endif
@if ($errors->has('payment_method'))
{{ $errors->first('payment_method') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif