@extends('layouts.app') @section('form-title') {{ __('Project') }} - {{ $project->title }} @endsection @section('form-sub-title') {{ $project->client->name }} @endsection @section('breadcrumb')
{{ $errors->first('client') }}
{{ $errors->first('title') }}
{{ old('description', $project->description) }}
{{ $errors->first('status') }}
{{ $errors->first('project_owner') }}
{{ $errors->first('invoice_to') }}
{{ $errors->first('deadline') }}
{{ $errors->first('ref_store') }}
{{ $errors->first('ref_factory') }}
{{ $errors->first('upholstery') }}
{{ $errors->first('driver') }}
{{ $errors->first('time_block') }}
{{ $errors->first('visit_time') }}