@extends('admin.layouts.master') @section('title', 'Bulk price change') @section('content')
@include('admin.includes.msg')

Product List

{{ csrf_field() }}
@foreach($product as $p) @endforeach
Product Base Pack Code Product Code MRP (PCs) Purchase Rate (PCs) Our Price (PCs) Expire Period (in Months)
{{ $p->productName }} {{ $p->base_pack_code }} {{ $p->sku_code }} {{ $p->expire_period }}
@endsection