@extends('layouts/contentLayoutMaster') @section('title', 'Create Pricing ') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Add Pricing

@include('content._partials._sections.base_price_tabs')
@include('content._partials._sections.base_price_filter')
@include('content._partials._sections.add_base_price_form')
@php $count = count($prices); @endphp @foreach ($prices as $key => $price) @endforeach
No. Area Office Source Supplier Business Name Collection Point Price Expected Volume Remarks Action
{{ $key + 1 }} {{ $price->areaOffice ? $price->areaOffice->name : '' }} {{ $price->source ? $price->source->name : '' }} {!! $price->suplier ? $price->suplier->business_name . '
('. $price->suplier->code .')' : '' !!}
{{ $price->collPoint ? $price->collPoint->name : '' }} {{ $price->price }} {{ $price->volume }} {{ $price->initial_remarks }}
No Data Found
@endsection @section('vendor-script') @endsection