@extends('layouts.admin') @section('content')
{{ trans('global.show') }} {{ trans('cruds.financialCategory.title') }}
{{ trans('cruds.header.fields.station') }} {{ ucfirst($header->station) }}
{{ trans('cruds.header.fields.header') }} {{ ucfirst($header->header_name) }}
{{ trans('cruds.header.fields.code') }} {{ ucfirst($header->code) }}
{{ trans('cruds.header.fields.type') }} {{ ucfirst($header->category_type) }}
@endsection