@extends('admin.master') @section('content')
{{ csrf_field() }}

{{ ($operdata == "") ? "新增 " : "修改 " }}議程資料

議程資料設定
@if ($operdata == "") @else @endif
序號 {{ $operdata['id'] }}
trackNo
@if ($operdata == "") @else @endif
trackTitle
@if ($operdata == "") @else @endif
trackLimit
@if ($operdata == "") @else @endif

 
@endsection @section('extjs') @endsection