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