@extends('admin.template.layout') @section('header') @stop @section('content')
@foreach ($stores as $str) @endforeach
# Store Info Vendor Email Is Active Location Created Date
{{ $i }}
+{{ $str->dial_code.' '.$str->mobile }}
{{ $str->vendor->name }} {{$str->business_email}} @if($str->active) Active @else Inactive @endif {{$str->location}} {{web_date_in_timezone($str->created_at,'d-M-Y h:i A')}}
@stop @section('script') @stop