@extends('layouts.master') @section('title') @lang('translation.notifications') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.notifications') @endslot @slot('title') @lang('translation.add') @endslot @endcomponent @include('partials.session')

Add Note

@csrf
@endsection @section('script') @endsection