@extends('layouts.layout') @section('title') {{__('Import 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'), __('Import') => null, ]]) @endsection @section('content')
{{__('Import Screen')}}
{{__('You are about to import a Screen.')}}
{{__('You are about to import ')}} @{{ fileName }}
@endsection @section('js') @endsection