@extends('frontend.partials.layout') @section('content')

Reservation information

{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
{{ $errors->first('country') }}
{{ $errors->first('state') }}
{{ $errors->first('city') }}
{{ $errors->first('zip') }}
{{ $errors->first('address') }}

Payment information

{{ $errors->first('cardholder_name') }}
{{ $errors->first('card_number') }}
{{ $errors->first('exp_date') }} {{ $errors->first('cvv') }}
@endsection