@extends('layouts.admin') @push('title', get_phrase('Notifications')) @push('meta')@endpush @push('css')@endpush @section('content')

{{ get_phrase('Notifications') }}

@if (count($notifications) > 0)

{{ get_phrase('Showing') . ' ' . count($notifications) . ' ' . get_phrase('of') . ' ' . $notifications->total() . ' ' . get_phrase('data') }}

@foreach ($notifications as $key => $notification)