@extends('layouts.master', ['title' => 'Update Project']) @section('contents')

Update Project

@csrf
Project Details
@error('project_name') {{ $message }} @enderror
@error('client_id') {{ $message }} @enderror
@error('category_id') {{ $message }} @enderror
Contact Person Details
Project Coordinator Details (You Can Update this) :
Attachment
@foreach ($project->attachments as $attachment)
View
@endforeach
Attachment
{{-- Submit Form --}}
@endsection @section('script') @endsection