@extends('layouts.app-admin') @section('title', 'Shop Report') @section('content')
Register Shop This Month
Registered Shops By Last 12 Months
List All Shops
@if($listShopPeriod) @foreach($listShopPeriod as $key => $value) @endforeach @else @endif
# Shop Name Phone Number Email Location
{{$key+1}} {{$value->name}} {{$value->phone}} {{$value->email}} {{$value->province_name}} , {{$value->country_name}}
{{trans('admin_default.no_records')}} {{trans('admin_default.no_records_found')}} {{trans('admin_default.no_records_found')}}
@endsection