@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.users') }} @endsection @section('heading') {{ __('common.category') }} @endsection @section('heading-icon')admin_panel_settings@endsection @section('content')
| Order Id | Product Name | Qty | Price | Offer Price | Status | Action |
|---|---|---|---|---|---|---|
| {{$list->order_id }} | {{$data->product_name }} | {{$list->quantity }} | {{$list->original_price }} | {{$list->offer_price }} | {{$list->status }} | @if($list->status == 'Cancelled') @elseif($list->status == 'Delivered') @else Cancel @endif |