@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content')
@csrf
MB
@if ($errors->has('size')) @foreach($errors->get('size') as $error)
{{ $error }}
@endforeach @endif
中文姓名 單位 職稱
查無資料
@endsection {{-- Script --}} @push('scripts') @endpush