@extends('backend.master') @section('title') {{ $title }} @endsection @section('content')

{{ $notification->title }}

{{ _trans('common.Created') }}: {{ @$notification->createdby->name }} {{ $notification->created_at }}

{!! $notification->message !!}

@endsection