@extends('templates.backend') @section('page-title', isset($page_title) ? $page_title : 'Notes') @section('breadcrumbs') {!! App\Helpers\Breadcrumbs::generate([ 'Notes' => null, ]); !!} @stop @section('content') @include('backend.notes.partials.table') @stop