@extends('includes.main') @section('main-container')
Add

Oogra

@if (session()->has('type')) @endif @if($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@forelse ($oogras as $oogra) @empty @endforelse
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) }}
{!! btnDelete('oogra.destroy', 'oogras', $oogra->oogra_id) !!}
No record found.
{{-- Pagination --}}
{{-- {!! $investments->links() !!} --}}
{{-- Modal --}} {{--
@endsection