@extends("layouts.front.main") @section("content")
@foreach($sliders as $slider)
{{ $slider->sub_title }}

{{ $slider->title }}.

{!! $slider->description !!}

@endforeach

Services

Our Services

we are expert in

@foreach($services as $service)
image_not_found

{{ $service->name }}

{!! $service->description !!}

@endforeach

Project

Our Project

project that we complete.

News

Latest News

Our Latest News.

@foreach($posts as $post)
image_not_found
{{ $post->created_at->format('Y-m-d') }}

{{ $post->name }}

{!! $post->description !!}

@endforeach

News

Contact Us

Contact Us Now.

@endsection