@extends('layouts/contentLayoutMaster')
@section('title', ' IBL Fixed Pricing')
@section('vendor-style')
{{-- vendor css files --}}
@endsection
@section('content')
Prices
{{ $WorkFlowApproval->status == 1 ? 'Approved' : ($WorkFlowApproval->status == 3 ? 'Rejected' : ($WorkFlowApproval->status == 4 ? 'Reverted' : 'Pending')) }}
@if ($is_curr_user_on_curr_step)
@else
@endif
| No. |
Vendor |
Tanker (Ltrs) |
Ownership |
Type |
Price |
Wef |
Created At |
@endsection
@section('vendor-script')
{{-- vendor files table data --}}
@endsection
@section('page-script')
{{-- --}}
@endsection