@extends('layouts.adminapp') @section('content') @section('head',__('lng.JobGroup')) {{-- Job Group --}}
@csrf

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


@error('title')
{{ $message }}
@enderror

@endsection