@extends('layouts.guest') @include('layouts.profilestyle') @section('content')

Marketing Inquiry

@if (Session::has('success')) @endif
{{--

Add Employee

--}}
@can('marketinginquiry_create') Add @endcan
{{ $dataTable->table(['class' => 'table table-bordered table-hover table-striped w-100']) }}
{{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endsection