@extends('layouts.app') @section('content')

Contact

@include('components.alert_success')
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('message'))
{{ $errors->first('message') }}
@endif
@if(isset($currentPartner->recaptcha))
@if ($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif
@endif
@endsection @if($currentPartner->recaptcha) @push('scripts_before') @endpush @endif