@extends('layouts.app') @section('title') @endsection @section('css') @push('scripts') @endpush @endsection @section('page-script') @endsection @section('content')
@include('layouts.bread-detail')
@include('projects._partials._projects')
@include('users._partials.recent_activity') {{--
Recent Activity
@include('components.recent_activity')
--}}
@endsection @push('scripts') @endpush