@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')
{{__('All the configurations of the screen template will be exported.')}}