@extends('front.layouts.app') @section('css') @endsection @section('content')
@foreach($projects as $item) @endforeach
@foreach($cats as $cat)
@foreach($projects->where('category_id', $cat->id) as $item) @endforeach
@endforeach
@endsection @section('js') @endsection