@extends('layouts.sales.sales') @section('page-title', 'Inprogress-Quotes') @section('title', 'Assign Team') @section('content')
Assign Team to New Project
{{-- TAB 1 --}}
{{-- TAB 2 --}}
{{-- TAB 3 --}}
{{-- TAB 4 --}}
Project Cost Breakdown
Cost Stages
Total Quote: Rs{{$totalCost}}
@if(isset($project) && $project->costStages->count()) @foreach($project->costStages as $stage)
@endforeach @else
@endif
{{-- TAB 5 --}}

@if($project->digital_signature) Signature @else

No signature available.

@endif
{{-- TAB 6 --}}
@if(isset($design_files) && $design_files->count() > 0) @foreach($design_files as $index => $file) @endforeach @else @endif
ID File Name Download Remove
{{ $index + 1 }} {{ $file->file_name }} Download
No design files uploaded.
@endsection