@extends('layouts.app') @section('content')

Deals & Offers

@foreach($offers as $offer) @endforeach
Title Amount Discount Type Minimum Amount Code Enabled Action
{{$offer->name}} {{$offer->amount}} {{$offer->discount_type}} {{$offer->min_amount}} {{$offer->code}} {{$offer->enabled}}
@csrf @method('DELETE')
{{$offers->links()}}

Filter

@csrf
Clear
@endsection