@extends('site.inner') @section('title') {!! label('lbl_feedback') !!} @endsection @section('breadcrumb') @endsection {{-- @section('page_title') {!! label('lbl_feedback') !!} @endsection --}} @section('page_content')

{{ label('lbl_send_a_tip') }}

@if(session('status') == 'success')
@else
@if(!empty($seo->recaptcha_site_key) && !empty($seo->recaptcha_secret_key))
{{ csrf_field() }}
{{label('lbl_tip_title')}}

{{label('lbl_tip_message')}}

{{label('lbl_tip_note')}}

{{label('lbl_tip_details')}}
{!! $errors->first('g-recaptcha-response') !!}
{!! $errors->first('subject') !!}
{{label('lbl_describe_witnessed')}}
{!! $errors->first('message') !!}
{!! $errors->first('fullname') !!}
{!! $errors->first('email') !!}
{!! $errors->first('phone') !!}
@else
{{ label('lbl_no_information') }}
@endif
@endif
{{--
@include('site.includes/sidebar')
--}}
@stop {{--@section('js-content')--}} {{-- --}} {{--@stop--}}