@extends('layouts.app') {{-- 注入頁面顯示 --}} @inject('inform', 'App\Presenters\InformPresenter') @section('head') @endsection @section('header')
〈返回
修繕通報
@endsection @section('content')
{{ csrf_field() }}

請選擇【 {{ $inform->showName( $ro_fac ) }} 】報修項目

@forelse ($datas as $data)
{{ $data->ro_name }}
@empty
目前無任何資料
@endforelse
@endsection