@extends('master.layouts.app') @section('content')
{{ __('Dashboard') }}
@forelse($notifications as $notification) @if($loop->last) Mark all as read @endif @empty There are no new notifications @endforelse
@if (session('status')) @endif {{ __('You are logged in as Admin!') }}
@endsection @section('script') @endsection