@extends('layout') @section('title') Equipamentos @endsection @section('content') @include('flashs')
@foreach($equipamentos as $e) @endforeach
ID Nome
{{ $e['id'] }} {{ $e['nome'] }}
@csrf
@endsection @section('customjs') @endsection