@extends('frontend.template.popup.base_popup',[ 'custom_open_popup_button' => true, 'popup_id' => 'instructor_details_inquiry_popup', 'popup_title' => '取得此導師的服務報價', 'is_lg_model' => true ]) @section('popup_body')

導師報價內容

時間
    @foreach ([ '逢星期一', '逢星期二', '逢星期三', '逢星期四', '逢星期五', '逢星期六', '逢星期日', '一次性', ] as $label)
  • @endforeach
@endsection @section('popup_buttons')
@endsection