@extends('layouts.app') @section('content')
Text @include('component.breadcrumb', ['items' => ['Web', 'Text', 'Edit']])
@include('component.flash')
{!! csrf_field() !!} {{ method_field('PATCH') }}
@include('web.text.panel')
@if (current_route_matches('TextController@editTranslation'))
{{ csrf_field() }} {{ method_field('DELETE') }} @include('component.sweetalert-delete', ['button' => '.btn-delete', 'form' => '.form-delete', 'text' => 'This item will be permanently deleted'])
@endif @stop