@extends('layouts.master') @section('page.name', __(":name - Notifications", ['name' => $user->name])) @push('css') @endpush @section('page.body')

{{strtoupper($user->name) . ' | ' . __('Notifications')}}

@include('profile.includes.profile_cover')

{{__('Notifications')}}

{{__('No more results available!')}}

@endsection