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

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

@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