@extends('layouts.app') @section('header') @endsection @section('content')
  新增一個客戶專案 
@if (count($errors) > 0)
新增失敗 输入不符合要求

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