@extends('front.layout.app') @section('content') @php $settingArr = settingArr(); @endphp @php echo cms_edit_page('cms',$about->id); @endphp

About Us

@php echo adjustUrl($about->content) @endphp

Our Facility and Capabilities

@foreach ($get_all_facilities as $facilities)
{{$facilities->heading}}
@endforeach

Products & Services

We offer a wide range of specialized services tailored to meet the highest standards of architectural millwork.

@foreach ($get_all_product as $product)
{{$product->heading}}
@endforeach
@endsection