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

Editar Torre

{!! csrf_field() !!} {!! method_field('PUT') !!}
{{ $errors->first('tower') }}
{{ $errors->first('admin_id') }}
@endsection