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

{{$category->title}}

{{--

$0 / mo

--}}
@endforeach
@auth() @if(auth()->user()->isAdmin)

Admin

@foreach($categories as $category)

{{$category->title}}

{{--

$0 / mo

--}}
@endforeach
@endif @endauth @stop