@extends('layouts.public-base', ['title' => 'Projects', 'is_inner_page' => true, 'back' => getRoute("project.index")]) @section('content')

{{$project->title ?? ''}}

@if ($project->status_slug === 'draft')
Your project is in Draft
Publish
@else @include('inc.skeleton', ['key' => 'draft-items', 'number' => 6]) @endif
@include('customer.projects.project-information')
@include('customer.projects.project-sidebar', ['message_id' => $project->id, 'message_type' => get_class($project), 'project' => $project, 'show_status_bar' => true])
@if (getUser() && !isAnonymousUser()) @endif {{-- @include('customer.modals.message-modal') --}} @include('inc.logo-loader') @if (!isAnonymousUser()) @include('components.project.modals.attach-file') @endif @include('customer.modals.invite-user-modal') @endsection @push('liveStyle') @endpush @push('liveScript') @endpush