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