@extends('frontend.layouts.app') @section('title') Complain - @endsection @push('style') @endpush @section('content') @include('frontend.layouts.include.breadcrumb', [ 'items' => [['name' => 'Complain', 'url' => null]], ])
WE WILL SEND THIS MESSAGE DIRECTLY TO THE ADMIN. PLEASE DON’T POST ANY UNWANTED MESSAGE. WE WILL ENSURE HIGHEST PRIVACY TO YOUR CONTACT DETAILS
@csrf
{{-- Name --}}
@error('name') {{ $message }} @enderror
{{-- Email --}}
@error('email') {{ $message }} @enderror
{{-- Subject --}}
@error('subject') {{ $message }} @enderror
{{-- Phone --}}
@error('phone') {{ $message }} @enderror
{{-- ID Card (file cannot have old()) --}}
Upload student ID card photo @error('id_card') {{ $message }} @enderror
{{-- Complain --}}
@error('complain') {{ $message }} @enderror
{{-- Optional Image (file cannot have old()) --}}
You can upload images if you want @error('image') {{ $message }} @enderror
@endsection @push('script') @endpush