@extends('layouts.main') @section('content')
{!! Form::open(['url' => 'mainte/update/' . $id, 'method' => 'POST', 'name' => 'form', 'id' => 'searchform', 'files' => true]) !!}
詳細情報

顧客情報

{{ Form::hidden("customer_id", $datas->customer_id, ["id"=>"customer_id"]) }}
顧客番号 {{ $datas->customer_code }} 顧客名 {{ $datas->customer_name1 }} 顧客名(カナ) {{ $datas->customer_phonetic }}
電話番号 {{ $datas->tel1 }} E-Mail {{ $datas->email }} 住 所 〒{{ $datas->zipcode }} {{ $datas->prefname }}{{ $datas->address1 }}

利用機種情報

@foreach($machines as $machine) @endforeach
機番 製品型式 製品名
{{ $machine->machine_no }} {{ $machine->item_model }} {{ $machine->item_name }}

メンテナンス情報

@foreach($maintes as $mainte) @endforeach
機番 機種 メンテ項目 受付日 受付者 対応完了日 定期点検 エラー内容
作業日 作業者 作業内容 交換部品 Pro.var
作業特記 お客様コメント
添付ファイル
{{ $mainte->machine_no }} {{ $mainte->itemname }} {{ $mainte->divname }} {{ $mainte->accept_ymd }} {{ $mainte->accept_person }}  {{ $mainte->complete_ymd }} {{ $mainte->flgname }} {{ $mainte->errorcode1 }} {{ $mainte->errorcode2 }}
{{ $mainte->work_ymd }} {{ $mainte->work_person }} {{ $mainte->work_detail }}  {{ $mainte->exchangeparts }} {{ $mainte->prover }}
{{ $mainte->description }} {{ $mainte->comment }} 
{{ $mainte->filename1 }} {{ $mainte->filename2 }} {{ $mainte->filename3 }}  
{{ Form::button(" 戻る ", ["class"=>"btn btn-default", "onClick"=>"javascript:window.history.back(-1);return false;"]) }}
@endsection