@extends('front.layout.app') @section('content') @if(count($stores)>0)
@foreach($stores as $store)

{{$store->user->name}}

{{$store->bio}}

@endforeach
{{$stores->links()}}
@endif @endsection