@extends('layouts.master') @section('title', trans('app.settings.notifications.view_all.title')) @section('content')

  • @if($previous) @endif
  • @if($next) @endif
{{$notifications->title}}
{{$notifications->description}}
@endsection