@extends('backend.layouts.app') @section('title', $title) @section('content') @foreach ($usedCoupons as $key => $couponUsed) @endforeach
{{ $title }}
User Count Action
@endsection @section('script') @endsection