@extends('frontend.landing') @php $page_title = 'Suggestion'; @endphp @section('title') {{ $page_title }} @endsection @section('content') @include('frontend.partials.sections.banner', ['page_title' => $page_title])
{{--

Suggestion Form

--}}
Bidyapith is progressing with expected pace.
Kindly suggest wherever you like to see the improvement.
@if (Session::has('message')) @endif
@csrf
@error('email') {{ @$message }} @enderror
{{ @$message }}
{{ @$message }}
{!! captcha_img('flat') !!}
{{ $errors->has('captcha') ? $errors->first('captcha') : '' }}
@endsection