@extends('layouts.webpage.main_two') @section('page-title', 'Safety') @section('content')
Safety

Safety

@if(!empty($safety->safety_img)) @php $images = json_decode($safety->safety_img, true); @endphp @if(is_array($images))
@foreach($images as $img)
Safety Image
@endforeach
@endif @else

No safety images found.

@endif
@if(!empty($certificates->image)) Certificate Image @else Default Image @endif

{{ $certificates->title ?? 'Certified for Safety – OHSAS 18001 Compliant' }}

{{ $certificates->description ?? 'Meking Buildtec proudly holds the OHSAS 18001 certification, reflecting our unwavering commitment to occupational health and safety. This globally recognized standard ensures that our work environments meet stringent safety protocols, reducing risks and fostering a culture of care and responsibility across every project site.' }}

@if($cf_quality && !empty($cf_quality->cf_quality_img)) @php // Decode JSON or unserialize the stored image list $images = json_decode($cf_quality->cf_quality_img, true); @endphp

{{ $cf_quality->title ?? 'Certified Quality Control' }}

{{ $cf_quality->subtitle ?? 'ISO 9001 & OHSAS Certified Quality' }}

@foreach($images as $index => $image)
Quality Image {{ $index + 1 }}
@endforeach
@endif @endsection