@extends('admin.layout') @section('css') @endsection @section('content')
Action | Logo | Store Name | Total Number Of Coupons | Store Category | Heading |
---|---|---|---|---|---|
|
{{$item->title}} | {{$coupons->where('store_id',$item->id)->count()}} | {{$item->category_title}} | {{ ucwords(str_ireplace("_", " ",$item->heading))}} |