@extends('admin::index') @section('title', 'Page Title') @section('content')
@include('projects/_breadcrumb_project_detail')
@include('projects/_view_detail_project')
@include('projects/_modal_edit'); @include('/projects/_modal_update_current_sprint') @endsection