@extends ('core.layouts.app') @section ('title', trans('labels.backend.templates.management') . ' | ' . trans('labels.backend.templates.create')) @section('page-header')

{{ trans('labels.backend.templates.management') }} {{ trans('labels.backend.templates.create') }}

@endsection @section('content')

{{ trans('labels.backend.templates.view') }}

@include('focus.templates.partials.templates-header-buttons')

{{trans('templates.title')}}

{{$template['title']}}

{{trans('templates.body')}}

{{$template['body']}}

{{trans('templates.category')}}

{{$template['category']}}

{{trans('templates.other')}}

{{$template['other']}}

@endsection