@extends('layouts.backend.app') @section('title', 'Notification') @push('css') @endpush @section('content')
{{$notification->title}}

{{$notification->message}}

@endsection @push('js') @endpush