@extends('layouts/contentLayoutMaster') @section('title', ' Pending Prices List') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') Pending Prices @include('content._partials._sections.base_price_tabs') {{-- --}} {{-- @include('content._partials._sections.base_price_filter') --}} {{-- --}} Id Request Type No. of Prices {{-- Approved/Rejected BY --}} Created Date {{-- Actions --}} @endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection