@extends('layouts.app') @section('title', 'Work Permit Details') @section('content')
{{ $workPermit->reference_number }}
{{ $log->check_date->format('M d, Y H:i') }} - {{ $log->location }}
Level {{ $approval->approval_level }}
{{ $approval->approver->name }}
{{ $approval->comments }}
@endif