@extends('layouts.app') @section('title', __('expense.subcategory.update')) @section('content')
{{ __('expense.subcategory.details') }}
{{-- CSRF Protection --}} @csrf @method('PUT')
@endsection @section('js') @endsection