@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = 'Expenses'; @endphp @include('admin.partials.page_header') @endsection @section('content')
@can('crear gastos') {{ __('New Expense') }} @endcan


{{ __('Grand Total') }} 0.00
{{ __('Date') }} {{ __('Payment Date') }} {{ __('Type') }} {{ __('Document Number') }} {{ __('Provider') }} {{ __('Project') }} {{ __('Concept') }} {{ __('Currency') }} {{ __('T. Cam.') }} {{ __('Total') }} {{ __('Status') }} {{ __('Actions') }}
@endsection