@extends('layout.main')
@section('content')
-
Home
-
Accounts
-
{{customer_dropbox($id,["IsVendor"=>1])}}
-
Vendor Rate Sheet History
Vendor Rate Sheet History
@include('accounts.errormessage')
-
Vendor Rate
{{--@if(User::checkCategoryPermission('VendorRates','Upload'))
-
Vendor Rate Upload
@endif--}}
@if(User::checkCategoryPermission('VendorRates','Download'))
-
Vendor Rate Download
@endif
@if(User::checkCategoryPermission('VendorRates','Settings'))
-
Settings
@endif
@if(User::checkCategoryPermission('VendorRates','Blocking'))
-
Blocking
@endif
@if(User::checkCategoryPermission('VendorRates','Preference'))
-
Preference
@endif
-
Vendor Rate History
@include('vendorrates.upload_rates_button')
Title |
Created Date |
Created by |
Type |
Actions |
@stop
@section('footer_ext')
@parent
@stop