@extends('layouts.app') @push('header')

{{ $data->title }}

{{-- --}}
@endpush @section('content')
@if ($data->image_url == null) no-img @else {{ $data->slug }} @endif

Meet our company unless miss the opportunity

October 9, 2025

{!! $data->content !!}

News


@foreach ($list as $value)
{{ $value->title }}
@endforeach
@endsection