Loading resources/views/create_dive.blade.php +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ @foreach ($boats as $boat) <option value="{{ $boat->BO_ID }}">{{ $boat->BO_NAME }}</option> @endforeach </select> </div> </form> </x-layout> Loading
resources/views/create_dive.blade.php +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ @foreach ($boats as $boat) <option value="{{ $boat->BO_ID }}">{{ $boat->BO_NAME }}</option> @endforeach </select> </div> </form> </x-layout>