@extends('layouts.main') @section('title', $data['title']) @section('content')

Expense Type

@if (canCreate('Expense Type')) @endif
{{--
 
--}}
{{--
--}}
@csrf @endsection('content') @section('custom-scripts') @endsection