@extends('adminlte::page') @section('title', $title ?? config('app.name')) @section('content') @stop @section('css') @stack('styles') @stop @section('js') @stack('scripts') @if(strcmp(config('app.env'), 'local') == 0) @endif @stop