@extends('layouts.app') @push('addon-style') @endpush @section('title', 'Timeline Project') @section('breadcrumb') @endsection @section('title-section', 'Timeline Project') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Kembali
@endsection @push('addon-script') @endpush