diff --git a/resources/views/timeline/home.blade.php b/resources/views/timeline/home.blade.php new file mode 100644 index 000000000..aeb9371c6 --- /dev/null +++ b/resources/views/timeline/home.blade.php @@ -0,0 +1,15 @@ +@extends('layouts.app') + +@section('content') + + + +@endsection + +@push('scripts') + +@endpush \ No newline at end of file diff --git a/resources/views/timeline/local.blade.php b/resources/views/timeline/local.blade.php new file mode 100644 index 000000000..aeb9371c6 --- /dev/null +++ b/resources/views/timeline/local.blade.php @@ -0,0 +1,15 @@ +@extends('layouts.app') + +@section('content') + + + +@endsection + +@push('scripts') + +@endpush \ No newline at end of file