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

Decrement Type
{{ Session::get('message') }}
@if (!empty($alldecrement)) @php($i = 1) @foreach ($alldecrement as $item) @if ($item->status == 1) @else @endif @endforeach @endif
id Name Description Location status Action
{{ $i++ }} {{ $item->name }} {{ $item->description }} @if ($item->ware_house) {{ $item->ware_house->name_eng }} @elseif ($item->ware_id ==0) All @endif

Active

Inactive

{{-- --}}
@include('payroll.admin.settings.decrementtype.form.add_decrementtype') @endsection