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

Reasons Documents

@stop @section('content')
Add
@foreach ($reasons as $reason) @endforeach
Name Description Action
{{$reason->name }} {{$reason->description ?? "N/A" }}
{{ $reasons->withQueryString()->links('pagination::bootstrap-4') }}
@stop