@extends('admin.layouts.master') @section('content')

{{ trans('inspector::lang.inspectable') }}

@foreach($inspectables as $inspectable) @if(! empty($inspectable)) @php $class = new $inspectable->inspectable_type(); $type = $class->getTable(); @endphp @endif @endforeach
{{ trans('inspector::lang.type') }} {{ trans('inspector::lang.prohibited') }} {{ trans('inspector::lang.attempt') }} {{ trans('inspector::lang.status') }} {{ trans('inspector::lang.option') }}
{{ $type }} {{ $inspectable->caught }} {{ $inspectable->attempts }} {{get_inspection_status_name($inspectable->status)}}
@csrf
     
@csrf
 
@endsection