@extends('dashboard.base') @section('css') @endsection @section('content')
Feedback Form @if(Session::has('message')) @endif
@csrf
@if(str_contains(Auth::user()->menuroles, "exporter"))
Company Name Country Nature of Enquiry Orders Booked
@endif
@endsection @section('javascript') @endsection