@extends('admin.layout.master') @section('home')

Job Responsibly Group
{{ Session::get('message') }}
@if (!empty($alldata)) @php($i = 1) @foreach ($alldata->chunk(100) as $row) @foreach ($row as $item) @if ($item->status == 1) @else @endif @endforeach @endforeach @endif
id Name Location Status Action
{{ $i++ }} {{ $item->name }} @if ($item->ware_house) {{ $item->ware_house->name_eng }} @elseif ($item->ware_id ==0) All @endif

Active

Inactive

@include('payroll.admin.settings.company_job_responsibly_group.create') @endsection