@extends('shared.admin') @section('content')

Promotions

{{--
--}}

All Promotions

@for ($i = 0; $i < count($list); $i++) @php $m = $list[$i]; @endphp @endfor
ID Name Promotion Start Date Start Time End Date End Time Status Action
{{ (($current_page - 1) * $page_size + $i + 1) }} {{ $m->name }} {{ $m->location }} {{ $m->startdate }} {{ $m->starttime }} {{ $m->enddate }} {{ $m->endtime }} @if($m->status == 1) Active @else InActive @endif $m->id]) }}")' title="Delete" title="">
@endsection