@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') Settings @endslot @slot('item1') index @endslot @slot('item2') Settings @endslot @endcomponent
@endsection