@extends('adminlte::layouts.initial') @section('htmlheader_title') Configurar Torres @endsection @section('main-content')
Configurar Torres
{!! csrf_field() !!}
@foreach($towers as $tower)
@endforeach
@if(count($errors) > 0) @if($errors->has('equals')) @endif @endif
@endsection