@extends('layouts.layout', ['content_margin'=>'']) @section('title') {{__('Edit Screen')}} @endsection @section('sidebar') @include('layouts.sidebar', ['sidebar'=> Menu::get('sidebar_processes')]) @endsection @section('breadcrumbs') @include('shared.breadcrumbs', ['routes' => [ __('Designer') => route('processes.index'), __('Screens') => route('screens.index'), $screen->title => null, ]])
@endsection @section('content')
{{ __('A mouse and keyboard are required to use screen builder.') }}
@endsection @section('js') @foreach($manager->getScripts() as $script) @endforeach @endsection