@extends('dashboard.layouts.master') @section('title', 'Compose Notification') @push('after-styles') @endpush @section('content')
@csrf
{{-- Left Column: Targeting --}}

Targeting Criteria

{{-- Right Column: Content & Actions --}}

Notification Content

{{-- Action IDs --}}
{!! __('backend.cancel') !!}
@endsection @push('after-scripts') @endpush