@extends('layouts.layout') @section('title') {{__('Export Screen Template')}} @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'), __('Export'.' '.$screen->title) => null, ]]) @endsection @section('content')
{{__('Export Screen Template')}}
{{__('You are about to export a Screen Template.')}}
"{{$screen->name}}"

{{__('All the configurations of the screen template will be exported.')}}

@endsection @section('js') @endsection