@extends('admin.layout') @section('css') @endsection @section('content')
VIEW YOUR STORES DETAILS
All Store List
@foreach ($data as $item) @endforeach
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))}}
@endsection @section('js') @endsection