@extends('layout.app') @section('css') @endsection @section('content')

{{$name}}

Home / @if($first!=null) {{$first}}/ @endif @if($second!=null) {{$second}}/ @endif {{$name}}

@foreach($timelines as $index => $timeline) @php $colors = ['#f35626', '#3fc683', '#9e7eea', '#FFC0A5', '#A5FFC0']; // Add more colors as needed $color = $colors[$index % count($colors)]; @endphp
@if($timeline->file) @endif

{!!$timeline->brief !!}

@if($timeline->content) Read More @elseif($timeline->pdf) Click Here @elseif($timeline->url) Click Here @endif
@endforeach
@endsection @section('js') @endsection('js')