@extends('layouts.site') @section('content') @include('frontend.common.breadcrumb')
@foreach ($projects->pluck('category')->unique('id')->filter() as $cat) @endforeach
@foreach ($projects as $project)
{{ $project->title }}
{{ $project->title }}
{{--

{{ $project->short_des }}

--}}

{{ Str::words($project->short_des, 20, '...') }}

{{ $project->category->name }} Read Full Story
@endforeach
@endsection @push('scripts') @endpush