@extends('admin.layouts.shared')
@section('content')
| Domestic Category |
Name |
Description |
Image |
Action |
@foreach ($domestic_sub_category as $show)
| {{ $show->category->category_name ?? 'N/A' }} |
{{ $show->title}} |
{{-- {{ $show->days}} | --}}
{{ $show->description }} |
|
|
@endforeach
@endsection