@extends('layouts.app') @section('page-title', 'Expense Types') @section('content')
| Name | Type | Actions |
|---|---|---|
| {{ $type->name }} | @if($type->is_system) System @else Custom @endif | @if(!$type->is_system || $type->user_id === auth()->id()) Edit @else System Type @endif |
| No expense types found. | ||