@extends('app') @section('content')

Expenses Preview

@can('expense-create') Add Expense @endcan
{{csrf_field()}}
@can('expense-view') {{-- --}} {{-- --}}
Invoice ID Amount Comment DateAction
Total Amount Action
@endcan
@endsection @section('extra-css') {{Html::style('assets/bower_components/datatables.net/buttons/css/buttons.dataTables.min.css')}} @stop @section('extra-js') @endsection