@extends('adminlte::layouts.app') @section('htmlheader_title') {{ trans('adminlte_lang::message.home') }} @endsection @section('main-content')

Lista de Torres

{{-- --}} @foreach($towers as $tower) {{-- --}} @endforeach {{-- --}}
NombreAdministradorAcciones
{{ $tower->name }}
{{ $tower->name }} {{ $tower->last_name }} {!!link_to_route('admin.towers.edit', $title = ' Editar', $parameters = ['id' => Crypt::encrypt($tower->id)], $attributes = ['class'=>'btn btn-warning fa fa-edit']);!!} {{-- --}} @if(count($tower->apartments) == 0)
{!! csrf_field() !!} {!! method_field('DELETE') !!}
@endif
NombreAdministradorAcciones
@endsection