@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__('Edit project')}}

@if($errors->has('project')) @endif
@endsection