@extends('layout.master1') @section('title',$title) @section('content')
@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endsection @section('javascript') {!! NoCaptcha::renderJs() !!} @endsection