@extends('layouts.master') @section('title')Notifications @endsection @section('css') @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Extended UI @endslot @slot('title') Notifications @endslot @endcomponent @endsection
@endsection @section('script') @endsection