@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')}}
{{__('Background image')}}
@endif
@endsection