@extends('admin.layout.master') @section('content')

Walmart Store

@foreach ($wm_store_list as $store) @endforeach
No. Store Name Environment Action
{{ $loop->index+1}} {{ $store->store_name }} {{ $store->env }}
@endsection