@php ($headerOption = [ 'title' => $module.(($tour_details)?' - '.$tour_details->file_name:''), 'header_button' => $permission['create'] ? '' : '' ]) @extends('admin.layouts.layout', $headerOption) @section('main')
@php($types = ['1' => 'ATTENDING Y/N','2' => 'SLOTS per TIME FRAME','3' => 'PICK A SLOT','4' => 'ENTER A TIME'])
@if(count($data) != 0) @foreach ($data as $key => $val) @endforeach @else @endif
Template No. Name Published By Date Action
{!! $val->unique_id !!} {!! $val->name !!} {{ ($val->publisherDetails) ? $val->publisherDetails->first_name.' '.$val->publisherDetails->last_name:'NA'}} {{\App\Helpers\Helper::dateConvert($val->created_at)}} visibility
No Data
@endsection @section('scripts') @endsection