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

專案->修改

  修改專案 {{$plan->company}}  
@if (count($errors) > 0)
新增失敗 输入不符合要求

{!! implode('
', $errors->all()) !!}
@endif
{!! csrf_field() !!} {{method_field("PATCH")}}

@endsection @section('footer') @endsection