@extends('admin.layout') @section('css') @endsection @section('content')
SORT YOUR COUPONS & SEE RESULT ON WEBSITE
Sort Your Coupons
    @foreach ($data as $item)
  1. {{$item->offer_box}}
  2. @endforeach
@csrf
@endsection @section('js') @endsection