@extends('layouts.app') @section('content')
@if ($errors->any())
×
@endif @if (Session::has('message'))
× {{ Session::get('message') }}
@endif

Build Project

@csrf @method('PUT')
Cancel
@endsection