@extends('admin.layout.master') @section('title',__('obs.'.$period_info['title'])) @section ('content')
| {{__('obs.period')}} {{__('obs.no')}} | {{__('obs.start')}} | {{__('obs.end')}} | {{__('obs.name')}} | {{__('obs.local')}} | {{$period_info['type']==2?'Lock':'Close'}} |
|---|---|---|---|---|---|
| {{++$i}} {{-- --}} | {{$p->start}} | {{$p->end}} | {{$p->name}} | {{$p->local}} |
is_lock)||(($period_info['type']==3) && $p->is_closed)) checked @endif onclick="updateLockOrCloseStatus(this,'{{$p->id}}','{{$period_info['type']}}')"/>
|