@extends('dashboard::layouts.layout') @push('header')
@endpush @section('content')
{{--
@lang('main.activities')
--}}
@lang('main.activities')
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
 
--}} {{--
 
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
 
--}} {{--
 
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
Jan 9th 2019 7:00 AM
--}} {{--

Day 1 Orientation

--}} {{--

Welcome to the campus, introduction and get started with the tour.

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @foreach ($activities as $activity)
@if ($loop->odd)
 
 
@if ($activity->activityType() ==="created") @elseif ($activity->activityType() ==="updated") @elseif ($activity->activityType() ==="deleted") @else @endif
 
 
@endif
{{$activity->created_at->format('l jS \of F Y h:i:s A')}} {{-- Jan 10th 2019 8:30 AM--}}

{{$activity->log_name}}

{!! $activity->description_text !!}

@foreach ($activity->properties ?? [] as $key => $property)
@if (is_array($property))

{{$key}}

@foreach ($property as $k=> $propertyItem) @if(!empty($propertyItem))
{{$k}} : @if (is_array($propertyItem))
    @foreach ($propertyItem as $key =>$value)
  • {{$key}} : {{ is_array( $value ) ? implode($value):$value }}
  • @endforeach
@else {{$propertyItem}} @endif
@endif @endforeach @else @if(!empty($property))

{{$property}}

@endif @endif
@endforeach
@if ($loop->even)
 
 
@if ($activity->activityType() ==="created") @elseif ($activity->activityType() ==="updated") @elseif ($activity->activityType() ==="deleted") @else @endif
 
 
@endif
@endforeach {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
 
--}} {{--
 
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
 
--}} {{--
 
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Jan 11th 2019 8:30 AM
--}} {{--

Day 3 Sessions

--}} {{--

Shoreditch vegan artisan Helvetica. Tattooed Codeply Echo Park Godard kogi, next level irony ennui twee squid fap selvage. Meggings flannel Brooklyn literally small batch, mumblecore PBR try-hard kale chips. Brooklyn vinyl lumbersexual--}} {{-- bicycle rights, viral fap cronut leggings squid chillwave pickled gentrify mustache.

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Jan 12th 2019 11:30 AM
--}} {{--

Day 4 Wrap-up

--}} {{--

Join us for lunch in Bootsy's cafe across from the Campus Center.

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
 
--}} {{--
 
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
 
--}} {{--
 
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{--
  • Jhone doe

    Lorem, ipsum dolor sit amet consectetur adipisicing elit. Aliquid, illum.

    Tue Sep 01 2020 17:04:08
  • Jhone doe

    Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod, ab voluptatum doloremque consequuntur debitis eligendi?

    Tue Sep 01 2020 17:04:08
  • Jhone doe

    Lorem, ipsum dolor sit amet consectetur adipisicing elit. Aliquid, illum.

    Tue Sep 01 2020 17:04:08
  • Jhone doe

    Lorem, ipsum dolor sit amet consectetur adipisicing elit. Aliquid, illum.

    Tue Sep 01 2020 17:04:08
--}}
{{$activities->links()}}
@stop