@extends('includes/layout') @section('main-page-content')

SWMS

Descriptions

Document Title *
{{ $swms_data->title ?? '' }}
Document Number#
{{ $swms_data->swms_number ?? '' }}
Site Manager/Forman
{{ $swms_data->first_name ?? '' }} {{ $swms_data->last_name ?? '' }}
Company Name
{{ $swms_data->company_first_name ?? '' }} {{ $swms_data->company_last_name ?? '' }}
Start Date
{{ $swms_data->start_date ?? '' }}
Revision Number
{{ $swms_data->revision_number ?? '' }}
Version Number
{{ $swms_data->version_number ?? '' }}
Contact Number
{{ $swms_data->contact_number ?? '' }}

SWMS Signatures

@if (count($whs_signature_data) > 0) @foreach ($whs_signature_data as $key => $user) @endforeach @else @endif
Employee Document
{{$user->first_name}} {{$user->last_name}}
@if ($user->signatures) Not Found @else

No Signature

@endif
No Record Found!
@endsection