{!! csrf_field() !!}

Cashfree Payment Gateway Integration in Laravel

@if(Session::has('successMessage'))
× Alert {!!Session::get('successMessage')!!}
@endif @if(Session::has('errorMessage'))
× Alert {!!Session::get('errorMessage')!!}
@endif
@if ($errors->has('customerName')) {{ $errors->first('customerName') }} @endif
@if ($errors->has('customerPhone')) {{ $errors->first('customerPhone') }} @endif
@if ($errors->has('customerEmail')) {{ $errors->first('customerEmail') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif