@extends('layouts.dashboard') @section('content')
← Back to Projects

Edit Project

@csrf @method('PUT') @if(session('success'))
{{ session('success') }}
@endif
@php $types = ['blog', 'article', 'post']; $contentDetails = collect(json_decode($project->content_details, true) ?? []); @endphp
@foreach ($types as $type) @php $item = $contentDetails->firstWhere('type', $type); @endphp @endforeach
Select Type Quantity
{{ $type }}
@foreach($taskPhases as $phase) @endforeach
@foreach($employees as $employee) @endforeach
@foreach($employees as $employee) @endforeach
@endsection