@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') Employee @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Employee @endslot @endcomponent @component('components.search-filder') @slot('title') Add Employee @endslot @slot('li_1') Employee ID @endslot @slot('li_2') Employee Name @endslot @endcomponent
Name Employee ID Email Mobile Join Date Role Action
@component('components.model-popup') @endcomponent @endsection