{{-- |-------------------------------------------------------------------------- | NewQuoteRequestTabManager 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.NewQuoteRequestTabManager', []) | @endcomponent | |-------------------------------------------------------------------------- | NOTE: This component requires | 1. resources\assets\js\blade-components\sp_new_quote_request_tab_manager.js |-------------------------------------------------------------------------- --}}

@if ($errors->has('email'))

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

@endif


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