@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')

{{__("Notification Info")}}


{{$item->title}}

@if($item->push_type=='text')

{{$item->body}}

@else @endif

{{$item->group_names}}

{{date("d/m/Y",strtotime($item->created_at))}}

@if($item->push_type=="text"){{__("Text")}}@else {{__("Image")}}@endif
@endsection @section('footer') @include('layouts.partials.footer') @endsection @section('scripts') @include('layouts.partials.scripts') @endsection