@extends('layouts.app') @section('form-title') {{ __('Internal project') }} - {{ $project->title }} @endsection @section('form-sub-title') {{ $project->client->name }} @endsection @section('breadcrumb')
{{ $errors->first('client') }}
{{ $errors->first('title') }}
{{ $errors->first('status') }}
{{ $errors->first('project_owner') }}
{{ $errors->first('deadline') }}