@extends('oxygen::layouts.master-dashboard')
@section('breadcrumbs')
{{ lotus()->breadcrumbs([
['Dashboard', route('dashboard')],
// ['Change The Resource Name', route('')],
[$pageTitle, null, true]
]) }}
@stop
@section('pageMainActions')
@include('oxygen::dashboard.partials.searchField')
Add New
@stop
{{-- DELETE THIS IF NOT USED
@section('pageSummary')