{{ Session::get('flash_message') }}
@endif
@if ($errors->has('ProjectName'))
{{ $errors->first('ProjectName') }}
@endif
@if ($errors->has('ProjectNumber'))
{{ $errors->first('ProjectNumber') }}
@endif
@if ($errors->has('StartDate'))
{{ $errors->first('StartDate') }}
@endif
@if ($errors->has('EndDate'))
{{ $errors->first('EndDate') }}
@endif
@if ($errors->has('Description'))
{{ $errors->first('Description') }}
@endif
{!! Form::close() !!}