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

Photo Documents

@stop @section('content')
Add
@foreach ($reasons as $reason) @endforeach
Category Name Height Width Action
{{$reason['category']['title'] ?? 'N/A' }} {{$reason->name ?? 'N/A' }} {{ $reason->mmHeight ?? 'N/A' }} {{ $reason->mmWidth ?? 'N/A' }}
{{ $reasons->withQueryString()->links('pagination::bootstrap-4') }}
@stop