@extends('admin.templates.panel-form-template') @section('title') @if(isset($item)) {{__("Edit clip")}} [{{$item->title}}] @else {{__("Add new clip")}} @endif - @endsection @section('form')
@include('components.err')

{{__("Tips")}}

  • {{__("Add cover to better results")}}
  • {{__("You can create / edit clip as draft, publish it when you want")}}
@if(isset($item))

{{__("Preview")}}

@endif @if(isset($item))
@include('components.panel-attachs',['attachs' => $item->attachs])
@endif

@if(isset($item)) {{__("Edit clip")}} [{{$item->title}}] @else {{__("Add new clip")}} @endif

@endsection