diff --git a/resources/views/timeline/home.blade.php b/resources/views/timeline/home.blade.php index eeafeb80..7f9636bf 100644 --- a/resources/views/timeline/home.blade.php +++ b/resources/views/timeline/home.blade.php @@ -2,7 +2,7 @@ @section('content') - + @endsection diff --git a/resources/views/timeline/local.blade.php b/resources/views/timeline/local.blade.php index eeafeb80..178e6901 100644 --- a/resources/views/timeline/local.blade.php +++ b/resources/views/timeline/local.blade.php @@ -2,7 +2,7 @@ @section('content') - + @endsection diff --git a/resources/views/timeline/network.blade.php b/resources/views/timeline/network.blade.php new file mode 100644 index 00000000..1fc7c639 --- /dev/null +++ b/resources/views/timeline/network.blade.php @@ -0,0 +1,16 @@ +@extends('layouts.app') + +@section('content') + + + +@endsection + +@push('scripts') + + +@endpush \ No newline at end of file