diff --git a/app/View/Components/Loading/Absolute.php b/app/View/Components/Loading/Absolute.php new file mode 100644 index 000000000..f68abe0c9 --- /dev/null +++ b/app/View/Components/Loading/Absolute.php @@ -0,0 +1,32 @@ +hidden = $hidden; + } + + /** + * Get the view / contents that represent the component. + * + * @return \Illuminate\Contracts\View\View|string + */ + public function render() + { + return view('components.loading.absolute'); + } +} \ No newline at end of file diff --git a/app/View/Components/Loading/Content.php b/app/View/Components/Loading/Content.php new file mode 100644 index 000000000..440072ae6 --- /dev/null +++ b/app/View/Components/Loading/Content.php @@ -0,0 +1,32 @@ +hidden = $hidden; + } + + /** + * Get the view / contents that represent the component. + * + * @return \Illuminate\Contracts\View\View|string + */ + public function render() + { + return view('components.loading.content'); + } +} \ No newline at end of file diff --git a/resources/views/components/loading/absolute.blade.php b/resources/views/components/loading/absolute.blade.php index 9d473dcbb..574e40c54 100644 --- a/resources/views/components/loading/absolute.blade.php +++ b/resources/views/components/loading/absolute.blade.php @@ -1,4 +1,6 @@ -