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

WareHouses
{{-- @if (!empty($allempdocs)) @php($i = 1) @foreach ($allempdocs as $item) @if ($item->status == 1) @else @endif @endforeach @else
Data Not Found
@endif --}}
id WareHouse Name Description Status Action
{{ $i++ }} {{ $item->name }}

Active

Inactive

@include('payroll.admin.settings.warehouse.form.add_warehouse') @endsection