{{-- |-------------------------------------------------------------------------- | QuoteBookingForm is common Component (Can be shown in any screen) |-------------------------------------------------------------------------- | you can show this component in any screen by referring to the following | snippet: |----------- | | @component('components.QuoteBookingForm', []) | | @endcomponent | |------------------------------------------------------------- | --}}
{{ csrf_field() }}
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif