@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

{{__('notifications.'.$notification->user_status)}}

{{__('notifications.'.$notification->type)}}

{{$notification->title}}

{{$notification->description}}

@endsection @section('inner_js') - @endsection