- <form action="{{ baseUrl("/shelves") }}" method="POST" enctype="multipart/form-data">
- @include('shelves.form', ['shelf' => null, 'books' => $books])
+ <form action="{{ url("/shelves") }}" method="POST" enctype="multipart/form-data">
+ @include('shelves.parts.form', ['shelf' => null, 'books' => $books])