@extends('shop/layout') @section('shop')
@foreach($categories as $category)

{{$category->title}}

{{--

$0 / mo

--}}
@endforeach
@stop