@extends('layouts.admin') @push('title', get_phrase('Notifications')) @push('meta')@endpush @push('css')@endpush @section('content')
{{ get_phrase('Showing') . ' ' . count($notifications) . ' ' . get_phrase('of') . ' ' . $notifications->total() . ' ' . get_phrase('data') }}
| # | {{ get_phrase('Title') }} | {{ get_phrase('Course') }} | {{ get_phrase('Student') }} | {{ get_phrase('Options') }} |
|---|---|---|---|---|
|
{{ ++$key }} |
{{ $notification->title }} |
@if($notification->course_id != "") |