@extends('layouts.master') @section('title') @lang('translation.Notifications') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') UI Elements @endslot @slot('title') Notifications @endslot @endcomponent

Notifications

Toasts are lightweight notifications designed to mimic the push notifications


                    
@endsection @section('script') @endsection