@extends('includes.main') @section('main-container')
{{ session()->get('message') }}
| Pump Name | Company Name | Products | Price | Quantity | Total Amount | Date | Action |
|---|---|---|---|---|---|---|---|
| {{ $oogra->name }} | {{ $oogra->company_name }} | {{ $oogra->product }} | {{ $oogra->prices }} | {{ $oogra->quantity }} | {{ $oogra->total_bill }} | {{ substr($oogra->created_at, 0,10) }} | |
| No record found. | |||||||