@if (Session::has('success'))
{{ Session::get('success') }}
@php
Session::forget('success');
@endphp
@endif
{{--
Add Employee
--}}
{{-- @if(auth()->user()->can('inquiry_create'))
Add
@endif --}}
{{ $dataTable->table(['class' => 'table table-bordered table-hover table-striped w-100']) }}