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