@extends('layouts.app') @section('content') {{-- @include('includes.sub_header', ['page_name' => 'BLOGS', 'page_title' => 'NEWS & BLOGS']) --}}
{{-- @php $ran = ['large-width', 'large-height', ' ', ' ', ' ']; @endphp --}} @forelse($projects as $project) @empty @endforelse
{!! $projects->links('pagination::default') !!}
@endsection @section('scripts') @endsection