@extends('frontend.layouts.main') @section('content')

Timeline

@foreach ($timelines as $timeline)
...

{{ substr(strip_tags($timeline->description), 0, 200) }}{{ strlen(strip_tags($timeline->description)) > 200 ? '...' : '' }} Read more

@endforeach
{{$timelines->links('pagination::bootstrap-4')}}
My Office
Office Image 1

Lucknow Head Office: Samadhan Tower 27/1/B Gokhale Marg, Lucknow 226001

Office Image 2

Noida Corporate Office A-18, First Floor Sector-6, Noida 201301

@endsection @push('scripts') @endpush