@extends($templatePathAdmin.'layout') @section('main')

{{ $title_description??'' }}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('group')) {{ $errors->first('group') }} @endif
@if ($errors->has('text')) {{ $errors->first('text') }} @endif

@endsection @push('styles') @endpush @push('scripts') @endpush