@extends('layouts.master') @section('page.name', __(":name - Notifications", ['name' => $user->name])) @push('css') @endpush @section('page.body') {{strtoupper($user->name) . ' | ' . __('Notifications')}} {{ Breadcrumbs::render('profile', $user->name) }} @include('profile.includes.profile_cover') {{__('Notifications')}} {{__('Mark all as read')}} @csrf @{{notification.data.message}} {{__('No more results available!')}} @endsection
@{{notification.data.message}}