@extends('admin.layouts.app', ['title' => __('Region')]) @section('content')
| Name | {{$subCategory->name}} |
|---|---|
| Description | {{$subCategory->description}} |
| Image |
@if(!empty($subCategory->image) && \Illuminate\Support\Facades\Storage::exists($subCategory->image))
@endif
|