@extends('layouts.layoutnext',['content_margin' => '', 'overflow-auto' => '']) @section('title') {{ __('Case Detail') }} @endsection @section('sidebar') @include('layouts.sidebar', ['sidebar' => Menu::get('sidebar_cases')]) @endsection @section('breadcrumbs') @include('shared.breadcrumbs', ['routes' => [ __('Cases') => route('cases-main.index'), $request->case_title . ' #' . $request->case_number => null, ]]) @endsection @section('meta') @endsection @section('content')
@endsection @section('js') @foreach(GlobalScripts::getScripts() as $script) @endforeach @foreach($managerModelerScripts as $script) @endforeach @if (hasPackage('package-files')) @endif @endsection @section('css') @endsection