@extends('layouts.app') @push('scripts') @endpush @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @include('timeline.partial.new-form')
@foreach($timeline as $item) @include('status.template') @endforeach
{{$timeline->links()}}
@endsection