@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') Projects @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Projects @endslot @endcomponent @component('components.search-filder') @slot('title') Create Project @endslot @slot('li_1') Project Name @endslot @slot('li_2') Employee Name @endslot @endcomponent
@component('components.model-popup') @endcomponent @endsection