@extends('adminlte::page') @section('title', 'Required Photo Documents') @section('content_header')

Required Photo Documents

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