@extends('admin.layouts.app') @section('title',get_setting('site_name').' | Asset Requisition ') @section('content')
Asset Requisition
@can('Attendance-setup') @endcan
@foreach($asset_items as $item) @endforeach
Employee Name Emp Code Designation Branch Asset Category Asset description Quantity Action
@if(!empty($item->staff)&& !empty($item->staff->user)) {{$item->staff->user->name}} @endif @if(!empty($item->staff)&& !empty($item->staff->user)) {{$item->staff->user->id}} @endif @if(!empty($item->staff)&& !empty($item->staff->designation)) {{$item->staff->designation->name}} @endif @if(!empty($item->staff)&& !empty($item->staff->warehouse)) {{$item->staff->warehouse->name}} @endif {{!empty($item->asset_category->parentCategory)?$item->asset_category->parentCategory->name:$item->asset_category->name}} {{empty($item->asset_category->parentCategory)?'-':$item->asset_category->name}} {{$item->description}} {{$item->qty}}
@endsection @section('modal') @endsection @section('script') @endsection