@yield('pagination')
@extends('index') @section('pagination') @if(count($profile->notifications)) @include('commons.notification', ['notifications' => $profile->notifications, 'type' => 'full']) @else
{{ __('web.YOU_HAVE_NO_NOTIFS') }}
@endif @stop @section('content') @include('profile.nav')