@extends('adminlte::page') @section('title', 'Reasons') @section('content_header')
| Reason | Slug | Category | SubCategory | Country | Action |
|---|---|---|---|---|---|
| {{$reason->name ?? 'N/A' }} | {{$reason->slug ?? 'N/A' }} | {{ $reason->category->title ?? 'N/A' }} | {{ $reason->subCategory->name ?? 'N/A' }} | {{ $reason->country ?? 'N/A' }} | {{-- --}} Document {{-- Document --}} Process |