@extends('layouts.app') @section('title', 'Data Marketing - Timeline') @section('breadcrumb') @endsection @section('title-section', 'Timeline') @section('content')
@if ($message = Session::get('success'))
Success:  {{ $message }}
@endif
{{-- Tambah Layanan --}} @foreach ($timeline as $key => $row) @endforeach
No Timeline Tanggal Mulai Tanggal Akhir Keterangan Nama Projek
{{ $key + 1 }} {{ $row['nama_timeline'] }} {{ $row['tgl_mulai'] }} {{ $row['tgl_akhir'] }} {{ $row['keterangan'] ?? '' }} {{ $row['nama_project'] }}
@endsection @push('addon-script') @endpush