@extends('frontend.layouts.master') @section('meta_title', $seo_setting['portfolio_page']['seo_title']) @section('meta_description', $seo_setting['portfolio_page']['seo_description']) @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')
@php $col_sizes = ['6', '6', '7', '5']; @endphp @forelse ($projects as $index => $project) @php $col_size = $col_sizes[$index % count($col_sizes)]; @endphp @empty @endforelse
@if ($projects->hasPages())
{{ $projects->onEachSide(0)->links('frontend.pagination.custom') }}
@endif
@include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection