@extends('layouts.app') @section('header') @endsection @section('content')
  修改客戶 {{$project->company}}  
@if (count($errors) > 0)
新增失敗 输入不符合要求

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


@endsection @section('footer') @endsection