@extends('layouts.app') @section('content')

{{ ucfirst($project->name)}}

Post your update about project progress...
{{ csrf_field() }}
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
{!! Form::close() !!}
@stack('scripts') @endsection