@extends('adminlte::page') @section('title', 'Reasons') @section('content_header')

Reasons

@stop @section('content')
{{----}}
@foreach ($reasons as $reason) @endforeach
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
{{ $reasons->withQueryString()->links('pagination::bootstrap-4') }}
@stop