@extends('panel.layouts.layout') @section('content') @lang('home.notifications_list') @lang('home.home') / @lang('home.notifications') / @lang('home.notifications_list') @lang('home.links') @lang('home.general_settings') @lang('home.full_report') @if(Session('success')) × @lang('home.success')! {{session('success')}}. @endif @csrf @lang('home.sellect_all') @lang('home.delete_all') × @lang('home.header_delete_model') @lang('home.body_delete_all_model') # @lang('home.title') @lang('home.sender') @lang('home.message') @lang('home.receiver') @lang('home.delete') @foreach($notifications as $notification) {{ @$notification->id }} {{ $notification->title }} {{@$notification->user->fname.' '.@$notification->user->lname}} {{ $notification->msg }} @include('panel.notifications.receiver_model') @include('panel.notifications.delete_from_list') @endforeach @stop @section('jsCode') @stop
@lang('home.body_delete_all_model')