@extends('layouts.app') @section('link') @endsection @section('content') @include('shared.messages')

Списък със спортни площадки


@if(auth()->user()->role_id==1)
@endif
@foreach($playgrounds as $playground) @endforeach
Име Потребител Местоположение Адрес Спортове @if(auth()->user()->role_id==1) @endif
{{$playground->name}} {{$playground->user->name}} {{$playground->location->name}} {{$playground->address}} {{$playground->sports()}}
@endsection