@extends('layouts.master') @section('title') {{ __('expense_category') }} @endsection @section('content')

{{ __('create') . ' ' . __('expense_category') }}

{{ __('list') . ' ' . __('expense_category') }}

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('description') }} {{ __('action') }}
@endsection