@extends('layouts.main') @section('template_title') {{ $typeManagement->name ?? "{{ __('Show') Type Management" }} @endsection @section('content')
{{ __('Show') }} Type Management
Name: {{ $typeManagement->name }}
@endsection