@extends('layouts.cannavaro.master') @section('header') @stop @section('breadcrumb') @stop @section('content')

{{ $pagetitle }} (Normal)

{{-- csrf_field() --}}
@if(count($types) > 0) @foreach($types as $type) @if($type->waktuanjal_is_special==0) @endif @endforeach @else @endif
Kod Masa Mula Masa Tamat {{ __('Admin::base.createddate') }} {{ __('Admin::base.updateddate') }} {{ __('Admin::base.action') }}
{!! $type->waktuanjal_kod !!} {!! date( 'h:i A', strtotime($type->waktuanjal_starttime)) !!} {!! date( 'h:i A', strtotime($type->waktuanjal_endtime)) !!} {!! date( 'd/m/Y, h:i:s', strtotime($type->created_at)) !!} {!! date( 'd/m/Y, h:i:s', strtotime($type->updated_at)) !!}
@if(!in_array($type->waktuanjal_id,[1,2,3,7])) @else Data Tetap @endif
Tiada Rekod Ditemui.
{{ $types->appends(Request::only('search'))->appends(Request::only('keyword'))->links() }}

Waktu Anjal (Istimewa)

@if(count($types) > 0) @foreach($types as $type) @if($type->waktuanjal_is_special==1) @endif @endforeach @else @endif
Keterangan Perubahan Masa (Minit) {{ __('Admin::base.createddate') }} {{ __('Admin::base.updateddate') }} {{ __('Admin::base.action') }}
{!! $type->waktuanjal_desc !!} {!! $type->waktuanjal_minit !!} {!! date( 'd/m/Y, h:i:s', strtotime($type->created_at)) !!} {!! date( 'd/m/Y, h:i:s', strtotime($type->updated_at)) !!}
@if(!in_array($type->waktuanjal_id,[5])) @endif
Tiada Rekod Ditemui.
{{ $types->appends(Request::only('search'))->appends(Request::only('keyword'))->links() }}
@stop @section('footer') @stop