@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
@stop
@section('content')
Pabellones
@foreach($pabellon as $PABELLON)
{{ $PABELLON->nombre_pabellon }}
LADO: "{{ $PABELLON->lado_pabellon }}"
@endforeach
@include('pabellones.create')
@stop
@section('css')
{{-- Add here extra stylesheets --}}
@stop
@section('js')
@stop