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

Assign Project to {{ $user->name }}

@if ($errors->any())
@endif
@csrf
Cancel
@csrf @method('DELETE')
@endsection