@extends('oxygen::layouts.master-backend') @section ('pageTitle', (empty($pageTitle))? 'Admin Dashboard': $pageTitle) @section('page-container')
@include('oxygen::partials.flash')
@yield('content')
{{-- Load the page level scripts here if this is a PJAX type request, otherwise load these in the footer --}} @if (request()->header('X-PJAX')) @stack('scripts') @endif
@stop