@extends('admin.layouts.app') @section('content')

@if(!empty($row->id)) {{__("Edit Template:")}} @{{title}} @else {{__('Create new template')}} @endif

@{{message.content}}


@{{block.name}}
@{{item.name}}
@include('Language::admin.navigation')
{{__('Template Content')}}
@endsection @section ('script.head') @endsection