@extends('admin.layouts.master') @section('title','Enquiry') @section('content')
Employee

@if(session()->has('message'))
@endif
{{ $dataTable->table() }}
@endsection @push('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush