@extends('backend.layouts.app') @section('page-title', trans('app.notifications')) @section('page-heading', trans('app.notifications')) @section('content')
@include('backend.partials.messages')

@lang('app.notifications')

@if (count($notifications)) @foreach ($notifications as $item) @include('backend.notifications.item') @endforeach @else @endif
@lang('app.id') @lang('app.message') @lang('app.image') @lang('app.schedule_campaign') @lang('app.frequency') @lang('app.valid_date') @lang('app.active')
@lang('app.no_data')
@lang('app.id') @lang('app.message') @lang('app.image') @lang('app.schedule_campaign') @lang('app.frequency') @lang('app.valid_date') @lang('app.active')
@stop @section('scripts') @stop