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

Deleted Stores

@foreach(range('a','z') as $v) {{$v}} @endforeach 0-9
@foreach($stores as $store) @endforeach
# Store Title Delete Reason Action
{{$loop->iteration+(($stores->currentPage()-1)*15)}} {{$store->title}} {{$store->empty_coupons?"Empty Coupons":"Not Available"}} Edit Delete Permanently
{!! $stores->withQueryString()->links('pagination::bootstrap-4') !!}
@endsection