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

All stores

@foreach($stores as $store) {{-- --}} @endforeach
Store Id Name City Type Status Action
{{$store->store_id}} {{$store->name}}{{$store->city->name}} {{$store->type}} {{$store->status}} Edit
@endsection