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