@extends('layout.app') @section('content')

Stores


@foreach ($stores as $store)
{{$store->name}}
@endforeach
@endsection