@extends('layouts/contentLayoutMaster') @section('title', ' Pending Fixed Assets Allocation List') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Fixed Assets Allocation {{ $WorkFlowApproval->status == 1 ? 'Approved' : ($WorkFlowApproval->status == 3 ? 'Rejected' : ($WorkFlowApproval->status == 4 ? 'Reverted' : 'Pending')) }}

{{-- --}} @if ($is_curr_user_on_curr_step) @else @endif
SR.No. Asset Code Asset Name From Store Location Code type Created By Wef Install Date Date Note
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection