@extends("layouts.front.main") @section("content") @foreach($sliders as $slider) {{ $slider->sub_title }} {{ $slider->title }}. {!! $slider->description !!} {{ $slider->button_text }} @endforeach @foreach($abouts as $about) About {{ $about->sub_title }} {{ $about->title }}. {!! $about->description !!} Learn More @endforeach Services Our Services we are expert in @foreach($services as $service) {{ $service->name }} {!! $service->description !!} @endforeach Project Our Project project that we complete. @foreach($projects as $project) {{ $project->category->name }} {{ $project->name }} {!! $project->description !!} @endforeach @foreach ($clients as $client) @endforeach News Latest News Our Latest News. More News @foreach($posts as $post) {{ $post->created_at->format('Y-m-d') }} {{ $post->name }} {!! $post->description !!} @endforeach News Contact Us Contact Us Now. Contact Us @endsection
{!! $slider->description !!}
{!! $about->description !!}
{!! $service->description !!}
{!! $project->description !!}
{!! $post->description !!}