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

Editar Gasto

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


@if($expense->common == "0")           @endif @if($expense->common == "1")           @endif @if($expense->common == "2")           @endif
{{ $errors->first('common') }}
@endsection