@extends('layouts.app') @section('title_full', __('Notifications').' - '.$user->first_name.' '.$user->last_name) @if ($user->id == Auth::user()->id) @section('body_attrs')@parent data-own_profile="true" @endsection @endif @section('sidebar') @include('partials/sidebar_menu_toggle') @include('users/sidebar_menu') @endsection @section('content')
{{ __('Notifications') }}
@include('partials/flash_messages')
{{ csrf_field() }} @include('users/subscriptions_table')
@endsection @section('javascript') @parent notificationsInit(); @endsection