@extends('layouts.app') @section('title', $project->number) @section('content')
@if ($errors->any()) @endif
{{ $project->number }}
@csrf @method('PUT')

@foreach($items as $item)
@endforeach
@endsection @section('scripts') @endsection