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

Agregar Gasto

{!! csrf_field() !!}
{{ $errors->first('name') }}
{{ $errors->first('company') }}
{{ $errors->first('description') }}


         
{{ $errors->first('common') }}
@foreach($towers as $tower) @endforeach
@endsection