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

{{__("Tips")}}

  • {{__("You can leave the slug empty; it will be generated automatically.")}}
@if(isset($item))

{{__('Feature image')}}

{{$item->name}}

{{__('Background image')}}

{{$item->name}}
@endif

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

@endsection