@extends('back.layouts.main') @section('title' , 'شراء x الحصول على قسيمة') @section('content')
@if($data->isNotEmpty()) @foreach($data as $row) @endforeach @else @endif
# إجمالى قيمة الطلب قيمة الخصم نسبة الخصم القسم فعال
{{$row->id}} {{$row->order_total}} {{$row->voucher_amount}} {{$row->voucher_percentage}}% {{ optional($row->category)->name }} {!! $row->active_html !!}
id) }}" onsubmit="return confirm('Do you really want delete this?');"> @method('DELETE') @csrf
No Data Available
@stop @section('breadcrumbs') @stop @section('create-btn') انشاء @stop