@extends('layouts.adminapp') @section('title') {{ __('lng.JobGroup') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_field', 'open') @section('active_field', 'active') @section('active_job_group', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|
{{ ++$si }} | {{ $JobGroup->title }} | {{ $JobGroup->narration }} | --}}
{{-- --}}
|
{{ __('lng.Showing') }} {{ $JobGroups->count() }} {{ __('lng.Items') }}