@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
{{ $deals['deals_title'] }}
Select image Change Remove
{{ csrf_field() }}
Promotion List
@if (!empty($promotion)) @php $no = 1; @endphp @foreach($promotion as $value) @php $no++; @endphp @endforeach @endif
No Promotion Name Type Action
{{$no}} {{ $value['promotion_name'] }} {{ $value['promotion_type'] }} Summary
@endsection