@extends('user') @section('content')

@include('partials.breadcrumb')

@include('errors.error')
@foreach($gates as $gate)

{{$gate->name}}

@endforeach
@stop