@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.financialCategory.title') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->first('station'))
{{ $errors->first('station') }}
@endif
@if($errors->has('header_name'))
{{ $errors->first('header_name') }}
@endif {{ trans('cruds.header.fields.header_helper') }}
@if($errors->first('category_type'))
{{ $errors->first('category_type') }}
@endif
@endsection