@extends('Templates.master') {{-- Commonlinks --}} @push('css-plugins') @include('Templates.UI.User.CDN.links') @endpush {{-- Navbar --}} @section('nav') @include('Templates.UI.User.Nav.nav-header',['name' => $name,'id' => $id]) @endsection {{-- Body --}} @section('body')

User Feedback Form Submission

{{ csrf_field() }}
Name:
Email:
Your Feedback/Issues:
Your Rating:
@if ($errors->any()) @endif
@endsection {{-- CommonScripts --}} @push('js-scripts') @include('Templates.UI.User.CDN.scripts') @endpush