@php use Carbon\Carbon; use Illuminate\Support\Facades\Session @endphp @extends('layouts.back-end.app') @section('title', translate('flash_Deal')) @section('content') @php($direction = Session::get('direction'))
{{ translate('SL')}} | {{ translate('title')}} | {{ translate('duration')}} | {{ translate('status')}} | {{ translate('active_products')}} | {{ translate('publish')}} | {{ translate('action')}} |
---|---|---|---|---|---|---|
{{$flashDeals->firstItem()+ $key }} | {{$deal['title']}} | {{date('d-M-y',strtotime($deal['start_date'])).'-'.' '}} {{date('d-M-y',strtotime($deal['end_date']))}} | @if(Carbon::parse($deal['end_date'])->endOfDay()->isPast()) {{ translate('expired')}} @else {{ translate('active')}} @endif | {{ $deal->products_count }} |