@extends('layouts.adminapp') @section('title') {{ __('lng.JobGroup') }} - {{__('lng.Create')}} @endsection @section('active_registration','active') @section('open_registration','open') @section('open_field_create','open') @section('active_field_create','active') @section('content') {{-- Job Group --}}

{{__('lng.JobGroup')}}

@csrf
{{__('lng.CreateJobGroup')}}
@error('title')
{{ $message }}
@enderror
@endsection