@extends('home.user_shops.layout') @section('home.user_shops-title') Shops @endsection @section('home.user_shops-content') {!! breadcrumbs(['My Shops' => 'user-shops']) !!}
Here is a list of your user-owned shops.
The sorting order reflects the order in which the shops will be listed on the shop index.
@if (Settings::get('user_shop_limit') > 0)You may make a maximum of {{ Settings::get('user_shop_limit') }} shops.
@endif @if (!count($shops))No item shops found.
@else| {!! $shop->displayName !!} | View sale history... | Edit |