@extends('style.master') @section('home_title',' - 編輯乘客資料') @section('page_description','宇柏旅行社') @section('page_style') @endsection @section('page_content') 修改乘客資料Modify information 首頁 會員專區 訂位清單 修改乘客資料 編輯會員資料 修改密碼 訂位清單 會員登出 乘客資料 {{ $datas['travel_title'] }} {{ $datas['c_type'] }} {{ $datas[''] }} {{ $datas['seat_c1'] }}({{ $datas['seat_c2'] }}) 上車地點 (必填) @foreach ($locations as $item) { @if($datas['location']==$item['location']) [{{ $item['time'] }}] {{ $item['location'] }} @else [{{ $item['time'] }}] {{ $item['location'] }} @endif } @endforeach 姓名 (必填) 聯絡電話 (必填) 餐食 (必填) 葷食 素食 生日 身份字號 確認修改 @endsection @section('page_js') @endsection