@extends('layouts.app') @section('css') @endsection @section('content')

listado de gastos

@include('flash::message')
@if(Auth::user()->tipo_usuario == "Admin")
@endif

Gastos


@if(count($gastos) > 0) @include('gastos.table') @else

Sin gastos en estas fecha

@endif
@endsection @section('scripts') @endsection