@extends('backend.layouts.admin.admin')
@section('title', 'Timelines')
@section('content')
{{-- For New backend menu bar --}}
| SN |
Year |
Title |
Image |
Published |
Actions |
@each('backend.timeline.partials.table', $timelines, 'timeline')
@stop
@push('scripts')
@endpush