@extends('admin.layouts.master')
@section('title', 'Employee Directory')
@push('styles')
@endpush
@section('content')
{{-- Page Header --}}
Employee Directory
Add New Employee
{{-- Call Livewire Component --}}
@livewire('admin.employee.employee-list')
@endsection
@push('scripts')
@endpush