@extends('admin.layouts.app') @section('breadcrumb') @endsection @section('css') @endsection @section('content')

{{$titulo}}

@foreach($equipamiento as $key) @endforeach
# Equipo
{{$i++}} {{$key->equipo}}
@endsection @section('script') @endsection