@extends('admin.layouts.master') @section('page-title') عرض العروض المحذوفة والمنتهية @endsection @section('header-title') العروض المحذوفة والمنتهية @endsection @push('main-offers-active') m-menu__item--active @endpush @section('content')

ادارة العروض المحذوفة والمنتهية

@if (session('Done')) @endif @if ($errors->any()) @endif @if($offers->count()) @foreach($offers as $offer) @endforeach @endif
# المنتج سعر العرض وقت انتهاء العرض
{{ $loop->index +1 }} {{ $offer->product['name'] }} {{ $offer['price'] }} ريال سعودي {{ $offer['end_time'] }}
@stop @push('page_level_script') @endpush