@extends('layouts.sales.sales') @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() > 0) @foreach($project->costStages as $stage)
@endforeach @else
@endif
{{-- TAB 5 --}}

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

No signature available.

@endif
{{-- TAB 6 --}}
@csrf
@endsection