@extends('admin.layouts.app') @push('title') {{ __('Notification View') }} @endpush @section('content')

{{$pageTitle}}

user-pic

{{$singleNotification->title}}

{!! $singleNotification->body !!}

@endsection @push('script') @endpush