@extends('expenses.layouts.expense-layout') @section('title') @if(!$category->id) Create New category @else Edit {{$category->name}} @endif || @parent @stop @section('main-content')

@if(!$category->id) Create New category @else Edit {{$category->name}} @endif


@csrf
Cancel
@stop