@extends('panel.layouts.layout') @section('content')
@lang('home.create_categories')
@csrf @if ($errors->any()) @foreach ($errors->all() as $error)
×{{@$error }}
@endforeach @endif @if(Session::has('success'))
×{{ Session::get('success') }}
@endif @include('panel.groups.form')
@stop @section('jsCode') @stop