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

Emp Docs Group
{{ Session::get('message') }}
@if (!empty($allempdocs)) @php($i = 1) @foreach ($allempdocs as $item) @endforeach @else @endif
id Group Name Location Status Is Show In Emp Dashboard? Action
{{ $i++ }} {{ $item->name }} @if ($item->ware_house) {{ $item->ware_house->name_eng }} @elseif ($item->ware_id ==0) All @endif @if ($item->status == 1) {{'Active'}} @else {{'InActive'}} @endif @if ($item->is_show == 1) {{'Yes'}} @elseif($item->is_show==2) {{'No'}} @else {{'No data found'}} @endif
Data Not Found
@include('payroll.admin.settings.empdocs.form.add_empdocs') @endsection