@extends('layouts/gnr_layout') @section('title', '| Transaction Time Schedule') @section('content')

Transaction Time Schedule

@foreach ($data['timeSlotData'] as $data) @endforeach
Sl Level Date Action
{{$loop->iteration}} {{$data->level == "Region" ? "Division" : $data->level}} {{$data->effectiveDate}} {{-- --}}
{{-- panel-body panelBodyView DIV --}}
@endsection