@extends('layouts.admin') @section('page-title', 'Company Timeline') @section('content')
| Sr No. | Image | Title | Description1 | Description2 | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($timeline->image)
|
{{ $timeline->title }} | {{ \Illuminate\Support\Str::limit($timeline->desc_one, 30, '...') }} |
{{ \Illuminate\Support\Str::limit($timeline->desc_two, 30, '...') }} |
Edit |
| No records found. | |||||