@extends('admin.layouts.app') @section('content')
@can('property-create') @endcan
@include('admin.expense.table')
@endsection