@extends('layouts.app') @section('header') @endsection @section('content')
  更新白皮書關鍵字excel檔 
@if (count($errors) > 0)
新增失敗 输入不符合要求

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