@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')) {{ Session::get('message') }} @endif @csrf Full Name Email * @error('email') {{ @$message }} @enderror Phone Subject * {{ @$message }} {{ old('description') }} Description * {{ @$message }} {!! captcha_img('flat') !!} ↻ Enter Captcha * {{ $errors->has('captcha') ? $errors->first('captcha') : '' }} Submit @endsection