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

{{__("Tips")}}

  • {{__("Recommends")}}

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

@endsection