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