This commit is contained in:
2025-06-06 17:53:01 +05:45
parent 9ceb854168
commit 793f6ec7da
15 changed files with 739 additions and 3 deletions

View File

@ -10,6 +10,6 @@
@include('frontend.partials.testimonial', ['testimonials' => $testimonials])
{{-- @include('frontend.partials.partners', ['partners' => $partners]) --}}
{{-- @include('frontend.partials.passers', ['passers' => $passers]) --}}
{{-- @include('frontend.partials.blog', ['blogs' => $blogs]) --}}
@include('frontend.partials.blog', ['blogs' => $blogs])
@include('frontend.footer')
@endsection