@extends('adminlte::page') @section('title', 'Dail Reports') @section('content') Expire Subscription Report Home Expire Subscription Report Expire Subscription Report Select Subscription @for($i = 1; $i<=5; $i++) {{ getListingType($i) }} @endfor Filter By Category @foreach($categories as $category) {{ $category->name }} @endforeach Filter By Regions @foreach($regions as $region) {{ $region->name }} @endforeach Listing Subscription Type Merchant Name Merchant Email From Date To Date Expired At @endsection @section('js') @endsection