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