@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])
@csrf
Feedback Information
Cancel

Feedback Information

{{-- {{ old('name', '') }} --}} @if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{-- {{ old('company_name', '') }} --}} @if ($errors->has('designation')) {{ $errors->first('designation') }} @endif
{{-- {{ old('company_name', '') }} --}} @if ($errors->has('contact_number')) {{ $errors->first('contact_number') }} @endif
{{-- {{ old('company_name', '') }} --}} @if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
{{-- {{ old('email', '') }} --}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{-- {{ old('company_name', '') }} --}} @if ($errors->has('address')) {{ $errors->first('address') }} @endif
{{-- {{ old('username', '') }} --}} @if ($errors->has('username')) {{ $errors->first('username') }} @endif
{{-- {{ old('username', '') }} --}} @if ($errors->has('password')) {{ $errors->first('password') }} @endif
@include('layouts.footers.auth.footer')
@endsection {{-- @push('scripts') @endpush --}}