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

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

No signature available.

@endif
{{-- TAB 6 --}}
{{-- TAB 7 --}}
Upload Design Files
@if(isset($project) && $project->designs) @foreach(json_decode($project->designs) as $file)
@if(Str::endsWith($file, ['.jpg','.png','.jpeg','.webp'])) @else View File @endif
@endforeach @endif
@endsection