@extends('layouts.app') @section('title', 'Project') @section('pages')
@csrf @method('patch')
Project Details

@if ($errors->has('receive_date')) {{ $errors->first('receive_date') }} @endif
Additional Information

{{-- Add a button or other elements if needed --}}
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('dead_line_date')) {{ $errors->first('dead_line_date') }} @endif
{{--
--}}
@endsection @section('js') @endsection