@extends('layouts.app') @section('title', $title = $notification->name) @section('content') @include('shared.button', ['type' => 'edit', 'url' => route('notifications.edit', $notification)]) @include('shared.button', ['type' => 'delete', 'url' => route('notifications.destroy', $notification)])

{{ __('forms.users') }}

@endsection